perf: cache Go modules between CI runs
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4b0cdc4f69
commit
b56757770d
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ steps:
|
||||||
image: golang:1.24-alpine
|
image: golang:1.24-alpine
|
||||||
commands:
|
commands:
|
||||||
- go test -tags testing ./...
|
- go test -tags testing ./...
|
||||||
|
volumes:
|
||||||
|
- /tmp/go-cache:/go/pkg/mod
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: docker:27-cli
|
image: docker:27-cli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue