Skip to content

Commit 9275cf4

Browse files
Update dependency mikefarah/yq to v4.44.6
1 parent 732731a commit 9275cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))
8181

8282
YQ := $(TOOLS_BIN_DIR)/yq
8383
# renovate: datasource=github-releases depName=mikefarah/yq
84-
YQ_VERSION ?= v4.44.5
84+
YQ_VERSION ?= v4.44.6
8585
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
8686
curl -Lo $(YQ) https://github.com/mikefarah/yq/releases/download/$(YQ_VERSION)/yq_$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
8787
chmod +x $(YQ)

0 commit comments

Comments
 (0)