From 36a6bddd0ceff3d8c1b93953cef9e2abadd8d124 Mon Sep 17 00:00:00 2001 From: Huy Mai Date: Fri, 19 Jan 2024 10:09:56 +0000 Subject: [PATCH] Fix ginkgo version mismatch between cli and import package in e2e Signed-off-by: Huy Mai --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b3c70427a..8d82b954b7 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CRD_OPTIONS ?= "crd:allowDangerousTypes=true,crdVersions=v1" KUSTOMIZE = tools/bin/kustomize CONTROLLER_GEN = tools/bin/controller-gen GINKGO = tools/bin/ginkgo -GINKGO_VER = v2.13.0 +GINKGO_VER = v2.13.2 # See pkg/version.go for details SOURCE_GIT_COMMIT ?= $(shell git rev-parse --short HEAD)