Skip to content

Commit

Permalink
Merge pull request #89 from KevFan/issues/88
Browse files Browse the repository at this point in the history
workflow: pin yq version to v4.34.2
  • Loading branch information
KevFan committed Aug 11, 2023
2 parents 5381563 + 15f5fae commit e110bb7
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 e110bb7

Please sign in to comment.