diff --git a/Makefile b/Makefile index b8be5ed038a..16343bc1ddb 100644 --- a/Makefile +++ b/Makefile @@ -247,7 +247,7 @@ kustomize: ## Download kustomize locally if necessary. GINKGO_CLI = $(shell pwd)/bin/ginkgo .PHONY: ginkgo ginkgo: ## Download ginkgo locally if necessary. - $(call go-get-tool,$(GINKGO_CLI),github.com/onsi/ginkgo/v2/ginkgo@v2.28.1) + $(call go-get-tool,$(GINKGO_CLI),github.com/onsi/ginkgo/v2/ginkgo@v2.29.0) # go-get-tool will 'go install' any package $2 and install it to $1.