Compare commits
3
Commits
8bc2f47bc9
...
0c27dfe5e3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c27dfe5e3 | ||
|
|
9cad19891d | ||
|
|
e2e3684409 |
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: golang:1.26
|
image: golang:1.27.0
|
||||||
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.26
|
image: golang:1.27.0
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user