Merge pull request 'Update golang Docker tag to v1.27' (#13) from renovate/golang-1.x into master
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-08-20 03:54:52 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
steps: steps:
test: test:
image: golang:1.26 image: golang:1.27.0
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
GOOS: linux GOOS: linux
@@ -10,7 +10,7 @@ steps:
- go_build_cache:/root/.cache/go-build - go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod - go_mod_cache:/go/pkg/mod
build: build:
image: golang:1.26 image: golang:1.27.0
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
GOOS: linux GOOS: linux
+1 -1
View File
@@ -1,3 +1,3 @@
module git.yetaga.in/alazyreader/castor module git.yetaga.in/alazyreader/castor
go 1.26.0 go 1.27.0