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: commands:
- go test ./... - go test ./...
volumes: volumes:
- go_cache:/root/.cache/go-build - go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod
build: build:
image: docker image: docker
commands: commands:
@@ -23,4 +24,5 @@
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 - go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod