This commit is contained in:
parent
d31d30117f
commit
1eed3f506b
@ -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 ./src/internal/...
|
||||||
volumes:
|
volumes:
|
||||||
- name: gopath
|
- name: gopath
|
||||||
path: /go
|
path: /go
|
||||||
|
Loading…
Reference in New Issue
Block a user