Skip to content

Commit 6200e1e

Browse files
committed
CI: Update gotestsum from v1.13.0 to v1.13.0
1 parent 3a84d45 commit 6200e1e

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)