File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ gsutil.cmd -m cp -r gs://minikube-builds/$env:MINIKUBE_LOCATION/installers/check
70
70
71
71
# Download gopogh and gotestsum
72
72
go install github.com / medyagh/ gopogh/ cmd/ gopogh@v0.29.0
73
- go install gotest.tools/ gotestsum@v1.12.3
73
+ go install gotest.tools/ gotestsum@v1.13.0
74
74
# temporary: remove the old install of gopogh & gotestsum as it's taking priority over our current install, preventing updating
75
75
if (Test-Path " C:\Go" ) {
76
76
Remove-Item " C:\Go" - Recurse - Force
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -eux -o pipefail
18
18
19
19
function install_gotestsum() {
20
20
rm -f $( which gotestsum)
21
- GOBIN=" $GOROOT /bin" go install gotest.tools/gotestsum@v1.12.3
21
+ GOBIN=" $GOROOT /bin" go install gotest.tools/gotestsum@v1.13.0
22
22
}
23
23
24
24
which gotestsum || install_gotestsum
You can’t perform that action at this time.
0 commit comments