Skip to content

Commit 843a784

Browse files
Update dependency mikefarah/yq to v4.45.2
1 parent 5cc9011 commit 843a784

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

8484
YQ := $(TOOLS_BIN_DIR)/yq
8585
# renovate: datasource=github-releases depName=mikefarah/yq
86-
YQ_VERSION ?= v4.45.1
86+
YQ_VERSION ?= v4.45.2
8787
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
8888
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/')
8989
chmod +x $(YQ)

0 commit comments

Comments
 (0)