fixed staticcheck install bug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5d5af6e926
commit
278743a8a9
@ -10,7 +10,7 @@ steps:
|
|||||||
- name: staticcheck analysis
|
- name: staticcheck analysis
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go install honnef.co/go/tools/cmd/staticcheck
|
- go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
- "$(go env GOPATH)/bin/staticcheck"
|
- "$(go env GOPATH)/bin/staticcheck"
|
||||||
- name: build, test and benchmark
|
- name: build, test and benchmark
|
||||||
image: golang
|
image: golang
|
||||||
|
Loading…
Reference in New Issue
Block a user