Merge pull request 'Update golang Docker tag to v1.27' (#122) from renovate/golang-1.x into master
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #122
This commit was merged in pull request #122.
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
steps:
|
||||
test:
|
||||
image: golang:1.26
|
||||
image: golang:1.27
|
||||
commands:
|
||||
- go test ./...
|
||||
volumes:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user