We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c77121 commit 613bf02Copy full SHA for 613bf02
1 file changed
hack/tools.mk
@@ -83,7 +83,7 @@ $(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))
83
84
YQ := $(TOOLS_BIN_DIR)/yq
85
# renovate: datasource=github-releases depName=mikefarah/yq
86
-YQ_VERSION ?= v4.45.2
+YQ_VERSION ?= v4.45.3
87
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
88
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/')
89
chmod +x $(YQ)
0 commit comments