We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c1649 commit 71f489bCopy full SHA for 71f489b
Makefile
@@ -312,7 +312,7 @@ controller-gen:
312
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION))
313
314
GINKGO := $(LOCALBIN)/ginkgo
315
-GINKGO_VERSION := v2.25.3
+GINKGO_VERSION := v2.27.2
316
GINKGO_LOOKUP := onsi/ginkgo
317
ginkgo: ## Download ginkgo locally if necessary.
318
$(call go-install-tool,$(GINKGO),github.com/$(GINKGO_LOOKUP)/v2/ginkgo@$(GINKGO_VERSION))
0 commit comments