Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcd1463073 | ||
|
|
97e9ce50b4 |
+2
-2
@@ -1,6 +1,6 @@
|
||||
steps:
|
||||
test:
|
||||
image: golang:1.27.0
|
||||
image: golang:1.27.1
|
||||
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.0
|
||||
image: golang:1.27.1
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
GOOS: linux
|
||||
|
||||
Reference in New Issue
Block a user