fixed staticcheck install bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tessa Nordgren 2022-02-18 12:41:36 -08:00
parent 5d5af6e926
commit 278743a8a9

View File

@ -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