Skip to content

Commit

Permalink
Merge pull request #485 from Nikhil-Ladha/pin-ginkgo-version-4.16
Browse files Browse the repository at this point in the history
[release-4.16] makefile: pin gingko version in tools script
  • Loading branch information
openshift-merge-bot[bot] authored Sep 25, 2024
2 parents d4c6adf + 62642cd commit bc6cc84
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.14.0)

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

0 comments on commit bc6cc84

Please sign in to comment.