Drop "go vet" from CI due to false positives

See golang/go#41205
This commit is contained in:
Filippo Valsorda 2022-04-26 19:37:25 +02:00
parent 7abefc9067
commit 2a46726ceb

View File

@ -19,7 +19,5 @@ jobs:
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
- name: Run vet
run: go vet ./...
- name: Run tests
run: go test -race ./...