Skip to content

Commit c2c54af

Browse files
committed
Update ginkgo to match cri-tools' version
Signed-off-by: Jin Dong <[email protected]>
1 parent faedf29 commit c2c54af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.4.0
32+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.2
3333

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

0 commit comments

Comments
 (0)