CI: Update gotestsum from v1.12.1 to v1.12.2 (#20738)
parent
8575beea95
commit
c8b44b65a4
|
@ -69,7 +69,7 @@ gsutil.cmd -m cp -r gs://minikube-builds/$env:MINIKUBE_LOCATION/installers/check
|
|||
|
||||
# Download gopogh and gotestsum
|
||||
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.0
|
||||
go install gotest.tools/gotestsum@v1.12.1
|
||||
go install gotest.tools/gotestsum@v1.12.2
|
||||
# temporary: remove the old install of gopogh & gotestsum as it's taking priority over our current install, preventing updating
|
||||
if (Test-Path "C:\Go") {
|
||||
Remove-Item "C:\Go" -Recurse -Force
|
||||
|
|
|
@ -18,7 +18,7 @@ set -eux -o pipefail
|
|||
|
||||
function install_gotestsum() {
|
||||
rm -f $(which gotestsum)
|
||||
GOBIN="$GOROOT/bin" go install gotest.tools/gotestsum@v1.12.1
|
||||
GOBIN="$GOROOT/bin" go install gotest.tools/gotestsum@v1.12.2
|
||||
}
|
||||
|
||||
which gotestsum || install_gotestsum
|
||||
|
|
Loading…
Reference in New Issue