Skip to content

Commit 1d675ee

Browse files
authored
Fix bad yq version (#31)
1 parent f6b2dfb commit 1d675ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ $(GOCOVER_COBERTURA): $(LOCALBIN)
271271
.PHONY: yq
272272
yq: $(YQ)
273273
$(YQ): $(LOCALBIN)
274-
$(call go-install-tool,$(YQ),github.com/mikefarah/yq/v3,$(YQ_VERSION))
274+
$(call go-install-tool,$(YQ),github.com/mikefarah/yq/v4,$(YQ_VERSION))

0 commit comments

Comments
 (0)