Skip to content

Commit

Permalink
pin gingko version in tools script
Browse files Browse the repository at this point in the history
pin ginkgo version to same as go.mod file in
tool script

Signed-off-by: Nikhil-Ladha <[email protected]>
  • Loading branch information
Nikhil-Ladha committed Sep 25, 2024
1 parent 5c977b2 commit 2a3f7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kustomize: ## Download kustomize locally if necessary.

GINKGO = $(BIN_DIR)/ginkgo
ginkgo: ## Download ginkgo locally if necessary.
$(call go-get-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo@latest)
$(call go-get-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo@v2.20.1)

OPERATOR_SDK = $(BIN_DIR)/operator-sdk
operator-sdk: ## Download operator-sdk locally if necessary.
Expand Down

0 comments on commit 2a3f7cb

Please sign in to comment.