Skip to content

Commit 1e1865d

Browse files
chore(deps): update dependency onsi/ginkgo to v2.22.2
1 parent afc390d commit 1e1865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ controller-gen:
308308
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION))
309309

310310
GINKGO := $(LOCALBIN)/ginkgo
311-
GINKGO_VERSION := v2.19.0
311+
GINKGO_VERSION := v2.22.2
312312
GINKGO_LOOKUP := onsi/ginkgo
313313
ginkgo: ## Download ginkgo locally if necessary.
314314
$(call go-install-tool,$(GINKGO),github.com/$(GINKGO_LOOKUP)/v2/ginkgo@$(GINKGO_VERSION))

0 commit comments

Comments
 (0)