changed baseimage sha & bumped ginkgo to 2.1.4 in test (#8860)
This commit is contained in:
parent
18ee046b43
commit
c5766dc011
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue