Skip to content

Commit

Permalink
workflows: bump govulncheck to v1.1.3 (#3262)
Browse files Browse the repository at this point in the history
govulncheck is failing currently in the pipeline, this is an attempt to fix it by simply bumping its version...

category: misc
ticket: none
  • Loading branch information
KaloyanTanev committed Nov 19, 2024
1 parent f14538f commit 2389721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-go
- run: go install golang.org/x/vuln/cmd/[email protected].0
- run: go install golang.org/x/vuln/cmd/[email protected].3
- run: govulncheck -show=traces -test ./...

0 comments on commit 2389721

Please sign in to comment.