From 84254019cf2cec73513c62f3fa21a11c76c74962 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 20 Nov 2023 12:50:23 +0100 Subject: [PATCH] chore(e2e): bumping up ginkgo cli version Signed-off-by: Dario Tranchitella --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f057e59..7dbc01b1 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ apidocs-gen: ## Download crdoc locally if necessary. $(call go-install-tool,$(APIDOCS_GEN),fybrik.io/crdoc@$(APIDOCS_GEN_VERSION)) GINKGO := $(shell pwd)/bin/ginkgo -GINGKO_VERSION := v2.13.0 +GINGKO_VERSION := v2.13.1 ginkgo: ## Download ginkgo locally if necessary. $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo@$(GINGKO_VERSION))