Skip to content

Commit 1b8df30

Browse files
chore(deps): update dependency onsi/ginkgo to v2.27.2
1 parent 2631f0e commit 1b8df30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ controller-gen:
312312
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION))
313313

314314
GINKGO := $(LOCALBIN)/ginkgo
315-
GINKGO_VERSION := v2.25.3
315+
GINKGO_VERSION := v2.27.2
316316
GINKGO_LOOKUP := onsi/ginkgo
317317
ginkgo: ## Download ginkgo locally if necessary.
318318
$(call go-install-tool,$(GINKGO),github.com/$(GINKGO_LOOKUP)/v2/ginkgo@$(GINKGO_VERSION))

0 commit comments

Comments
 (0)