upgrade gomod
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-08-19 23:52:38 -04:00
parent e2e3684409
commit 9cad19891d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
steps:
test:
image: golang:1.27
image: golang:1.27.0
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.27
image: golang:1.27.0
environment:
CGO_ENABLED: 0
GOOS: linux