Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5c9ff743f | ||
|
|
e51b9235f1 | ||
|
|
4b0b906462 |
+2
-2
@@ -1,13 +1,13 @@
|
|||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: golang:1.26
|
image: golang:1.27
|
||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
volumes:
|
volumes:
|
||||||
- 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
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user