Skip to content

Commit

Permalink
Merge pull request #572 from fxamacker/fxamacker/bump-govulncheck-to-…
Browse files Browse the repository at this point in the history
…1.1.3

Bump govulncheck from 1.0.4 to 1.1.3
  • Loading branch information
fxamacker committed Aug 10, 2024
2 parents caefd95 + b31319c commit 5057ba6
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 @@ -42,6 +42,6 @@ jobs:
go-version: 1.21.x
check-latest: true
- name: Install latest from golang.org
run: go install golang.org/x/vuln/cmd/govulncheck@5507063454b1b8c930db99818a88b52f1f143418 # v1.0.4
run: go install golang.org/x/vuln/cmd/govulncheck@4ea4418106cea3bb2c9aa098527c924e9e1fbbb4 # v1.1.3
- name: Run govulncheck
run: govulncheck -show=traces ./...

0 comments on commit 5057ba6

Please sign in to comment.