diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b9566b..45183c3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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