Skip to content

Commit

Permalink
Merge pull request #489 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…84-to-release-4.17

[release-4.17] pin gingko version in tools script
  • Loading branch information
openshift-merge-bot[bot] authored Sep 25, 2024
2 parents e478e8b + cbb41ad commit a685e41
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 a685e41

Please sign in to comment.