ci/cd debug test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Piotr Biernat 2022-10-06 21:50:01 +02:00
parent d31d30117f
commit 62b480c873

View File

@ -7,7 +7,7 @@ steps:
image: golang:latest image: golang:latest
commands: commands:
- go install honnef.co/go/tools/cmd/staticcheck@latest - go install honnef.co/go/tools/cmd/staticcheck@latest
- staticcheck ./src/internal/... - cd src && staticcheck ./...
volumes: volumes:
- name: gopath - name: gopath
path: /go path: /go