Chore: update staticcheck command on actions
This commit is contained in:
parent
b2e4a0b63d
commit
6bf115b971
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
go test ./...
|
||||
go vet ./...
|
||||
go get -u honnef.co/go/tools/cmd/staticcheck
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
staticcheck -- $(go list ./...)
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue