Skip to content

Commit fbd51d5

Browse files
authored
update ginkgo version in makefile (#1167)
Signed-off-by: Varsha B <vab@redhat.com>
1 parent 4d81d78 commit fbd51d5

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
@@ -247,7 +247,7 @@ kustomize: ## Download kustomize locally if necessary.
247247
GINKGO_CLI = $(shell pwd)/bin/ginkgo
248248
.PHONY: ginkgo
249249
ginkgo: ## Download ginkgo locally if necessary.
250-
$(call go-get-tool,$(GINKGO_CLI),github.com/onsi/ginkgo/v2/ginkgo@v2.28.1)
250+
$(call go-get-tool,$(GINKGO_CLI),github.com/onsi/ginkgo/v2/ginkgo@v2.29.0)
251251

252252

253253
# go-get-tool will 'go install' any package $2 and install it to $1.

0 commit comments

Comments
 (0)