Skip to content

Commit

Permalink
Pin yq version to v4.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Aug 11, 2023
1 parent bca61b0 commit f8d435b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ kustomize: ## Download kustomize locally if necessary.
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])

YQ = $(shell pwd)/bin/yq
YQ_VERSION := v4.34.2
$(YQ):
$(call go-get-tool,$(YQ),github.com/mikefarah/yq/v4@latest)
$(call go-get-tool,$(YQ),github.com/mikefarah/yq/v4@$(YQ_VERSION))

.PHONY: yq
yq: $(YQ) ## Download yq locally if necessary.
Expand Down

0 comments on commit f8d435b

Please sign in to comment.