Skip to content

Commit

Permalink
fix: silence ginkgo versions mismatch warning (#493)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Valderrama <mario.valderrama@ionos.com>
  • Loading branch information
avorima authored Jul 17, 2024
1 parent 52c1ee8 commit 2e235a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ helm: ## Download helm locally if necessary.

GINKGO = $(shell pwd)/bin/ginkgo
ginkgo: ## Download ginkgo locally if necessary.
$(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo@v2.6.0)
$(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo)

KIND = $(shell pwd)/bin/kind
kind: ## Download kind locally if necessary.
Expand Down

0 comments on commit 2e235a4

Please sign in to comment.