From b8de118811b65ed40749f75cb2a912813996e4c3 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Fri, 20 Dec 2024 16:02:52 +0100 Subject: [PATCH] chore(deps): update ginkgo binary Ensure the ginkgo binary version matches with the one inside of `go.mod` Signed-off-by: Flavio Castelli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e461e99..1b532207 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ KUSTOMIZE_VERSION ?= v5.4.1 CONTROLLER_TOOLS_VERSION ?= v0.16.1 ENVTEST_VERSION ?= release-0.18 GOLANGCI_LINT_VERSION ?= v1.60.3 -GINGKO_VERSION ?= v2.20.2 +GINGKO_VERSION ?= v2.22.0 .PHONY: kustomize kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.