Skip to content

Commit 5f15f53

Browse files
committedSep 6, 2024··
removing govulncheck from build-test
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 4df7d56 commit 5f15f53

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎.github/workflows/build-test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,3 @@ jobs:
2424
run: make test-coverage
2525
- name: Test build
2626
run: make build
27-
govulncheck:
28-
name: govulncheck
29-
runs-on: ubuntu-latest
30-
steps:
31-
- name: Setup Go
32-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
33-
with:
34-
go-version: '1.22'
35-
- name: govulncheck
36-
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
37-
with:
38-
go-package: ./...

0 commit comments

Comments
 (0)
Please sign in to comment.