Update golang Docker tag to v1.27.1
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-02 02:02:05 +00:00
parent 0c27dfe5e3
commit 97e9ce50b4
+2 -2
View File
@@ -1,6 +1,6 @@
steps: steps:
test: test:
image: golang:1.27.0 image: golang:1.27.1
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.27.0 image: golang:1.27.1
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
GOOS: linux GOOS: linux