Skip to content

Commit

Permalink
Merge pull request containerd#6718 from dmcgowan/fix-cri-e2e
Browse files Browse the repository at this point in the history
[release/1.5] fix critools installation
  • Loading branch information
dmcgowan authored Mar 23, 2022
2 parents 09920a0 + b8d8266 commit 37fcd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup/install-critools
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -eu -o pipefail
script_dir="$(cd -- "$(dirname -- "$0")" > /dev/null 2>&1; pwd -P)"

cd "$GOPATH"
go get -u github.com/onsi/ginkgo/ginkgo
GO111MODULE=on go install github.com/onsi/ginkgo/ginkgo@v1.16.5

: "${CRITEST_COMMIT:=$(cat "${script_dir}/critools-version")}"

Expand Down

0 comments on commit 37fcd4d

Please sign in to comment.