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

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