perf: cache Go modules between CI runs
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:
Josh 2026-01-09 03:08:16 +02:00
parent 4b0cdc4f69
commit b56757770d

View file

@ -7,6 +7,8 @@ steps:
image: golang:1.24-alpine
commands:
- go test -tags testing ./...
volumes:
- /tmp/go-cache:/go/pkg/mod
- name: build
image: docker:27-cli