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
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue