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

@ -78,7 +78,7 @@ fi
if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
if ! command -v ginkgo &> /dev/null; then
go get github.com/onsi/ginkgo/ginkgo@v1.16.4
go get github.com/onsi/ginkgo/v2/ginkgo@v2.1.4
fi
echo "[dev-env] building image"
make -C ${DIR}/../../ clean-image build image

View file

@ -79,7 +79,7 @@ fi
if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
if ! command -v ginkgo &> /dev/null; then
go get github.com/onsi/ginkgo/ginkgo@v1.16.4
go get github.com/onsi/ginkgo/v2/ginkgo@v2.1.4
fi
echo "[dev-env] building image"