Skip to content

Commit 348e7bf

Browse files
Update dependency mikefarah/yq to v4.49.2
1 parent 400ed73 commit 348e7bf

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
@@ -76,7 +76,7 @@ $(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))
7676

7777
YQ := $(TOOLS_BIN_DIR)/yq
7878
# renovate: datasource=github-releases depName=mikefarah/yq
79-
YQ_VERSION ?= v4.49.1
79+
YQ_VERSION ?= v4.49.2
8080
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
8181
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/')
8282
chmod +x $(YQ)

0 commit comments

Comments
 (0)