Skip to content

Commit

Permalink
Update to govulncheck v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 13, 2023
1 parent d347213 commit facd58e
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/govulncheck@v0.1.0
# (update "go-version" above when updating this version; https://github.com/golang/vuln/blob/v0.1.0/go.mod#L3)
- run: go install golang.org/x/vuln/cmd/govulncheck@v1.0.0
# (update "go-version" above when updating this version; https://github.com/golang/vuln/blob/v1.0.0/go.mod#L3)

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

0 comments on commit facd58e

Please sign in to comment.