use govulncheck v1.3.0 because v1.4.0 crashes

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Ryan Richard
2026-06-22 15:02:38 -07:00
parent 4bdfb816af
commit 877779f4fa
@@ -6,7 +6,10 @@
set -euo pipefail
go version
go install golang.org/x/vuln/cmd/govulncheck@latest
# TODO: Locking this to v1.3.0 temporarily because v1.4.0 crashes.
# TODO: In the future, put this back to @latest
go install golang.org/x/vuln/cmd/govulncheck@v1.3.0
cd pinniped