From ab0382b077a28f326f78f18035b035f759c076c4 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 9 Nov 2023 14:04:17 +0100 Subject: [PATCH] chore(e2e): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1c1b9509..7f057e59c 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.9.5 +GINGKO_VERSION := v2.13.0 ginkgo: ## Download ginkgo locally if necessary. $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo@$(GINGKO_VERSION))