We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb3db4c + 6200e1e commit 414470bCopy full SHA for 414470b
hack/prow/installer/check_install_gotestsum.sh
@@ -18,7 +18,7 @@ set -eux -o pipefail
18
19
function install_gotestsum() {
20
rm -f $(which gotestsum)
21
- sudo env "GOBIN=$GOROOT/bin" "PATH=$PATH" go install gotest.tools/gotestsum@v1.12.3
+ sudo env "GOBIN=$GOROOT/bin" "PATH=$PATH" go install gotest.tools/gotestsum@v1.13.0
22
}
23
echo "Installing gotestsum"
24
which gotestsum || install_gotestsum
0 commit comments