changed baseimage sha & bumped ginkgo to 2.1.4 in test (#8860)

This commit is contained in:
Long Wu Yuan 2022-07-24 07:24:57 +05:30 committed by GitHub
parent 18ee046b43
commit c5766dc011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -86,7 +86,7 @@ if [[ "$DOCKER_IN_DOCKER_ENABLED" == "true" ]]; then
echo "FLAGS=$FLAGS"
go env
set -x
go install -mod=mod github.com/onsi/ginkgo/ginkgo@v1.16.4
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.1.4
find / -type f -name ginkgo 2>/dev/null
which ginkgo
/bin/bash -c "${FLAGS}"