Skip to content

Commit 2a46726

Browse files
committed
Drop "go vet" from CI due to false positives
See golang/go#41205
1 parent 7abefc9 commit 2a46726

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ jobs:
1919
run: |
2020
go install honnef.co/go/tools/cmd/staticcheck@latest
2121
staticcheck ./...
22-
- name: Run vet
23-
run: go vet ./...
2422
- name: Run tests
2523
run: go test -race ./...

0 commit comments

Comments
 (0)