We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b2dfb commit 1d675eeCopy full SHA for 1d675ee
Makefile
@@ -271,4 +271,4 @@ $(GOCOVER_COBERTURA): $(LOCALBIN)
271
.PHONY: yq
272
yq: $(YQ)
273
$(YQ): $(LOCALBIN)
274
- $(call go-install-tool,$(YQ),github.com/mikefarah/yq/v3,$(YQ_VERSION))
+ $(call go-install-tool,$(YQ),github.com/mikefarah/yq/v4,$(YQ_VERSION))
0 commit comments