Browse Source

Drop "go vet" from CI due to false positives

See golang/go#41205
Filippo Valsorda 2 years ago
parent
commit
2a46726ceb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/test.yml

+ 0 - 2
.github/workflows/test.yml

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