Skip to content

Commit 786f0b7

Browse files
committed
chore: remove govulncheck from CI workflow
1 parent ac917c3 commit 786f0b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
version: v2.4.0
3939
args: --timeout=5m
4040

41-
- name: Run govulncheck
42-
run: |
43-
echo "Running Go vulnerability check..."
44-
go run golang.org/x/vuln/cmd/govulncheck@latest ./...
45-
4641
test:
4742
name: Unit Test
4843
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)