fixed multiple ginkgo versions

This commit is contained in:
LongWuYuan 2022-11-25 06:09:11 +05:30
parent b34f6ef324
commit 1e08519a73
4 changed files with 4 additions and 4 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/v2/ginkgo@v2.1.4
go get github.com/onsi/ginkgo/v2/ginkgo@v2.5.1
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/v2/ginkgo@v2.1.4
go get github.com/onsi/ginkgo/v2/ginkgo@v2.5.1
fi
echo "[dev-env] building image"