Skip to content

Commit cc41fca

Browse files
committed
remove pesky vulncheck
1 parent bff1ac3 commit cc41fca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
- name: Build
2525
run: go build -v ./...
2626

27-
- name: govulncheck
28-
uses: golang/govulncheck-action@v1
29-
with:
30-
go-version-input: 1.21
31-
go-package: ./...
32-
3327
- name: Test
3428
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
3529

0 commit comments

Comments
 (0)