Skip to content

Commit 414470b

Browse files
authored
Merge pull request #21955 from minikube-bot/auto_bump_gotestsum_version
CI: Update gotestsum from v1.12.3 to v1.13.0
2 parents cb3db4c + 6200e1e commit 414470b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/prow/installer/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-
sudo env "GOBIN=$GOROOT/bin" "PATH=$PATH" go install gotest.tools/gotestsum@v1.12.3
21+
sudo env "GOBIN=$GOROOT/bin" "PATH=$PATH" go install gotest.tools/gotestsum@v1.13.0
2222
}
2323
echo "Installing gotestsum"
2424
which gotestsum || install_gotestsum

0 commit comments

Comments
 (0)