mirror of
https://github.com/tianon/gosu.git
synced 2025-04-18 19:04:06 +03:00
Update govulncheck to v1.1.4
This commit is contained in:
parent
4233b796ee
commit
e157efb749
@ -32,7 +32,7 @@ if ! command -v govulncheck > /dev/null; then
|
||||
sh -euc '
|
||||
# https://github.com/golang/vuln/releases
|
||||
# (pinning version to avoid format changes like https://github.com/tianon/gosu/issues/144 surprising us unexpectedly)
|
||||
go install golang.org/x/vuln/cmd/govulncheck@v1.1.2 > /dev/null
|
||||
go install golang.org/x/vuln/cmd/govulncheck@v1.1.4 > /dev/null
|
||||
exec "$GOPATH/bin/govulncheck" "$@"
|
||||
' --
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user