Skip to content

Commit 459108b

Browse files
Update dependency mikefarah/yq to v4.47.2 (#674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7a2d39 commit 459108b

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.47.1
79+
YQ_VERSION ?= v4.47.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)