Skip to content

Commit

Permalink
Update govulncheck to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 5, 2023
1 parent a430ca0 commit 7059acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# https://github.com/golang/vuln/commits/master
# https://github.com/golang/vuln/releases
# https://github.com/golang/vuln/tags
- run: go install golang.org/x/vuln/cmd/[email protected].0
# (update "go-version" above when updating this version; https://github.com/golang/vuln/blob/v1.0.0/go.mod#L3)
- run: go install golang.org/x/vuln/cmd/[email protected].1
# (update "go-version" above when updating this version; https://github.com/golang/vuln/blob/v1.0.1/go.mod#L3)

- run: for gosu in gosu-*; do ./govulncheck-with-excludes.sh -mode=binary "$gosu"; done

0 comments on commit 7059acb

Please sign in to comment.