Explorar el Código

Drop "go vet" from CI due to false positives

See golang/go#41205
Filippo Valsorda hace 2 años
padre
commit
2a46726ceb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 ./...