From e5a5e6d62ff992405b69c7a3a4f6ea226a5937d3 Mon Sep 17 00:00:00 2001 From: Varsha B Date: Fri, 5 Jun 2026 14:04:45 +0530 Subject: [PATCH] update ginkgo version in makefile Signed-off-by: Varsha B --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.