We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d81d78 commit fbd51d5Copy full SHA for fbd51d5
1 file changed
Makefile
@@ -247,7 +247,7 @@ kustomize: ## Download kustomize locally if necessary.
247
GINKGO_CLI = $(shell pwd)/bin/ginkgo
248
.PHONY: ginkgo
249
ginkgo: ## Download ginkgo locally if necessary.
250
- $(call go-get-tool,$(GINKGO_CLI),github.com/onsi/ginkgo/v2/ginkgo@v2.28.1)
+ $(call go-get-tool,$(GINKGO_CLI),github.com/onsi/ginkgo/v2/ginkgo@v2.29.0)
251
252
253
# go-get-tool will 'go install' any package $2 and install it to $1.
0 commit comments