Add docker socket, go debug
Some checks failed
Self Test / test (push) Failing after 0s

This commit is contained in:
wispem-wantex 2025-06-07 07:05:35 -04:00
parent 6f86145b92
commit ebfbfe8509

View File

@ -8,6 +8,7 @@ jobs:
image: offline-twitter/go
volumes:
- woodpecker-gocache:/go-cache-volume
- /var/run/docker.sock:/var/run/docker.sock
env:
GOPATH: /go-cache-volume
GOCACHE: /go-cache-volume/build-cache
@ -37,3 +38,5 @@ jobs:
env
ls -l /go*
ls -l /var/run
go env