mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-20 23:12:40 +00:00
use govulncheck v1.3.0 because v1.4.0 crashes
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user