We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443935b commit 08a3018Copy full SHA for 08a3018
1 file changed
hack/tools.mk
@@ -76,7 +76,7 @@ $(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))
76
77
YQ := $(TOOLS_BIN_DIR)/yq
78
# renovate: datasource=github-releases depName=mikefarah/yq
79
-YQ_VERSION ?= v4.52.1
+YQ_VERSION ?= v4.52.2
80
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
81
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/')
82
chmod +x $(YQ)
0 commit comments