Skip to content

Commit

Permalink
makefile: 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 <nikhilladha1999@gmail.com>
  • Loading branch information
Nikhil-Ladha authored and openshift-cherrypick-robot committed Sep 25, 2024
1 parent e478e8b commit cbb41ad
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 cbb41ad

Please sign in to comment.