From 2e235a4e323fe51a2e5ca0ed8b0965c4f71211e5 Mon Sep 17 00:00:00 2001 From: Mario Valderrama <15158349+avorima@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:32:44 +0200 Subject: [PATCH] fix: silence ginkgo versions mismatch warning (#493) Signed-off-by: Mario Valderrama --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35bd1bf..d4af2db 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ helm: ## Download helm locally if necessary. GINKGO = $(shell pwd)/bin/ginkgo ginkgo: ## Download ginkgo locally if necessary. - $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo@v2.6.0) + $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo) KIND = $(shell pwd)/bin/kind kind: ## Download kind locally if necessary.