Merge pull request #7666 from fuweid/deflake-ci-issue-7264

bump critools into ca1571e6edd116b2c95f52e3dfa0b4779b74223a
This commit is contained in:
Kazuyoshi Kato 2022-11-15 09:29:58 -08:00 committed by GitHub
commit 8881873291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:=""}"