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))