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 image: golang:1.26
commands: commands:
- go test ./... - go test ./...
volumes:
- go_cache:/root/.cache/go-build
build: build:
image: docker image: docker
commands: commands:
@@ -21,3 +23,4 @@
branch: "master" branch: "master"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- go_cache:/root/.cache/go-build