1
0
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:
Tianon Gravi 2025-01-22 12:47:34 -08:00
parent 4233b796ee
commit e157efb749

View File

@ -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" "$@"
' --
)