Skip to content

Commit

Permalink
workflow: pin yq version to v4.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Aug 11, 2023
1 parent 5381563 commit 15f5fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,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 15f5fae

Please sign in to comment.