Skip to content

Commit c3f4382

Browse files
chore(deps): update dependency onsi/ginkgo to v2.30.0
1 parent b79963a commit c3f4382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

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

404404
GINKGO := $(LOCALBIN)/ginkgo
405-
GINKGO_VERSION := v2.29.0
405+
GINKGO_VERSION := v2.30.0
406406
GINKGO_LOOKUP := onsi/ginkgo
407407
ginkgo: ## Download ginkgo locally if necessary.
408408
$(call go-install-tool,$(GINKGO),github.com/$(GINKGO_LOOKUP)/v2/ginkgo@$(GINKGO_VERSION))

0 commit comments

Comments
 (0)