Skip to content

Commit 36e5eb6

Browse files
authored
Merge pull request #21663 from minikube-bot/auto_bump_gotestsum_version
CI: Update gotestsum from v1.12.3 to v1.13.0
2 parents 933647f + d64bac8 commit 36e5eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/jenkins/common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ gsutil.cmd -m cp -r gs://minikube-builds/$env:MINIKUBE_LOCATION/installers/check
7070

7171
# Download gopogh and gotestsum
7272
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
7474
# temporary: remove the old install of gopogh & gotestsum as it's taking priority over our current install, preventing updating
7575
if (Test-Path "C:\Go") {
7676
Remove-Item "C:\Go" -Recurse -Force

hack/jenkins/installers/check_install_gotestsum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -eux -o pipefail
1818

1919
function install_gotestsum() {
2020
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
2222
}
2323

2424
which gotestsum || install_gotestsum

0 commit comments

Comments
 (0)