bump ginkgo to 2-15-0

This commit is contained in:
longwuyuan 2024-01-22 21:52:52 +05:30
parent 711c7059a5
commit f6a28feb63
4 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ fi
if [ "${SKIP_E2E_IMAGE_CREATION}" = "false" ]; then
if ! command -v ginkgo &> /dev/null; then
go install github.com/onsi/ginkgo/v2/ginkgo@v2.14.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.15.0
fi
echo "[dev-env] .. done building controller images"