Update golang Docker tag to v1.27 #13

Merged
alazyreader merged 2 commits from renovate/golang-1.x into master 2026-08-20 03:54:53 +00:00
Showing only changes of commit e2e3684409 - Show all commits
+2 -2
View File
@@ -1,6 +1,6 @@
steps:
test:
image: golang:1.26
image: golang:1.27
environment:
CGO_ENABLED: 0
GOOS: linux
@@ -10,7 +10,7 @@ steps:
- go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod
build:
image: golang:1.26
image: golang:1.27
environment:
CGO_ENABLED: 0
GOOS: linux