Update .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-14 20:44:43 +00:00
parent 89b715ec9a
commit a679d229f8

View File

@@ -4,7 +4,8 @@
commands:
- go test ./...
volumes:
- go_cache:/root/.cache/go-build
- go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod
build:
image: docker
commands:
@@ -23,4 +24,5 @@
branch: "master"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- go_cache:/root/.cache/go-build
- go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod