remove govulncheck from CI for time being

This commit is contained in:
soypat
2025-06-15 18:04:33 -03:00
parent dcc7a95e62
commit 47eae76dcf
+5 -5
View File
@@ -24,11 +24,11 @@ jobs:
- name: Build
run: go build -v ./...
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21
go-package: ./...
# - name: govulncheck # Getting false positives all the time.
# uses: golang/govulncheck-action@v1
# with:
# go-version-input: 1.21
# go-package: ./...
- name: Test
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...