Skip to content

Commit 71f489b

Browse files
chore(deps): update dependency onsi/ginkgo to v2.27.2 (#900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94c1649 commit 71f489b

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)