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

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