Chore: update staticcheck command on actions

This commit is contained in:
gVisor bot 2021-02-21 19:37:37 +08:00
parent b2e4a0b63d
commit 6bf115b971

View File

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