Skip to content

Commit b29cc03

Browse files
fuweidthaJeztah
authored andcommitted
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 <[email protected]> (cherry picked from commit b013388) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9138999 commit b29cc03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

script/setup/critools-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.25.0
1+
ca1571e6edd116b2c95f52e3dfa0b4779b74223a

script/setup/install-critools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (( $EUID != 0 )); then
2929
fi
3030

3131
cd "$(go env GOPATH)"
32-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.4
32+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.4.0
3333

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

0 commit comments

Comments
 (0)