use a build cache
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-14 05:40:18 +00:00
parent a541745127
commit 89b715ec9a

View File

@@ -3,6 +3,8 @@
image: golang:1.26
commands:
- go test ./...
volumes:
- go_cache:/root/.cache/go-build
build:
image: docker
commands:
@@ -21,3 +23,4 @@
branch: "master"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- go_cache:/root/.cache/go-build