Skip to content

Commit

Permalink
workflow: pin yq version to v4.34.2 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Aug 14, 2023
1 parent 476e637 commit 473cb4a
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 @@ -190,8 +190,9 @@ $(KUSTOMIZE):
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

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

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

0 comments on commit 473cb4a

Please sign in to comment.