bump deps version (#4136)

This commit is contained in:
fatedier
2024-04-09 11:39:21 +08:00
committed by GitHub
parent 590ccda677
commit d2d03a8fd9
4 changed files with 110 additions and 114 deletions

View File

@ -6,7 +6,7 @@ ROOT=$(unset CDPATH && cd "$(dirname "$SCRIPT")/.." && pwd)
ginkgo_command=$(which ginkgo 2>/dev/null)
if [ -z "$ginkgo_command" ]; then
echo "ginkgo not found, try to install..."
go install github.com/onsi/ginkgo/v2/ginkgo@v2.11.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.17.1
fi
debug=false