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 @@ -85,7 +85,7 @@ function install_dependencies() {
8585# install golang if not present
8686sudo -E hack/prow/installer/check_install_golang.sh /usr/local $GOLANG_VERSION_TO_INSTALL || true
8787# install gotestsum if not present
88- GOROOT= " /usr/local/go " hack/prow/installer/check_install_gotestsum.sh || true
88+ hack/prow/installer/check_install_gotestsum.sh || true
8989# install gopogh
9090hack/prow/installer/check_install_gopogh.sh || true
9191
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -eux -o pipefail
1818
1919function install_gotestsum() {
2020 rm -f $( which gotestsum)
21- sudo env " GOBIN= $GOROOT /bin " " PATH= $PATH " go install gotest.tools/gotestsum@v1.13.0
21+ go install gotest.tools/gotestsum@v1.13.0
2222}
2323echo " Installing gotestsum"
2424which gotestsum || install_gotestsum
You can’t perform that action at this time.
0 commit comments