Skip to content

Commit

Permalink
Merge pull request #657 from wongma7/goget
Browse files Browse the repository at this point in the history
Go 1.18: go get -> go install
  • Loading branch information
k8s-ci-robot authored Apr 5, 2022
2 parents b666822 + 7a9a0f1 commit 9bc4af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ loudecho "Installing ginkgo to ${BIN_DIR}"
GINKGO_BIN=${BIN_DIR}/ginkgo
if [[ ! -e ${GINKGO_BIN} ]]; then
pushd /tmp
GOPATH=${TEST_DIR} GOBIN=${BIN_DIR} GO111MODULE=on go get github.com/onsi/ginkgo/[email protected]
GOPATH=${TEST_DIR} GOBIN=${BIN_DIR} GO111MODULE=on go install github.com/onsi/ginkgo/[email protected]
popd
fi

Expand Down

0 comments on commit 9bc4af6

Please sign in to comment.