Update ginkgo to match cri-tools' version

Signed-off-by: Jin Dong <djdongjin95@gmail.com>
This commit is contained in:
Jin Dong 2023-06-28 13:14:22 +00:00
parent 9b4ed8acc2
commit 4df27fd774

View File

@ -29,7 +29,7 @@ if (( $EUID != 0 )); then
fi
cd "$(go env GOPATH)"
go install github.com/onsi/ginkgo/v2/ginkgo@v2.4.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.2
: "${CRITEST_COMMIT:=$(cat "${script_dir}/critools-version")}"
: "${DESTDIR:=""}"