bump critools into ca1571e6edd116b2c95f52e3dfa0b4779b74223a

It is to fix #7264 with kubernetes-sigs/cri-tools#1026. Currently, it
is not release tag but it can save our time to prevent from rerun CI manually.
There will be follow-up when kubernetes v1.26 releases.

REF: https://github.com/kubernetes/sig-release/tree/master/releases/release-1.26#summary

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2022-11-14 23:35:28 +08:00
parent 8167751f56
commit b0133882f5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v1.25.0
ca1571e6edd116b2c95f52e3dfa0b4779b74223a

View File

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