mirror of
https://github.com/k8snetworkplumbingwg/whereabouts.git
synced 2025-06-03 06:42:26 +00:00
ci, test: bump staticcheck to latest version
This can be done since the latest staticcheck version runs on golang1.17. Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
This commit is contained in:
parent
085ca3c9ce
commit
75c2809584
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
run: go vet --tags=test ./...
|
||||
|
||||
- name: Install static check
|
||||
run: go install honnef.co/go/tools/cmd/staticcheck@v0.2.2
|
||||
run: go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
|
||||
- name: Test
|
||||
run: sudo PATH=${PATH}:./bin ./hack/test-go.sh
|
||||
|
Loading…
Reference in New Issue
Block a user