Skip to content

Commit 74bb0bc

Browse files
Update dependency mikefarah/yq to v4.44.5 (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a2fc10 commit 74bb0bc

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

8282
YQ := $(TOOLS_BIN_DIR)/yq
8383
# renovate: datasource=github-releases depName=mikefarah/yq
84-
YQ_VERSION ?= v4.44.3
84+
YQ_VERSION ?= v4.44.5
8585
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
8686
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/')
8787
chmod +x $(YQ)

0 commit comments

Comments
 (0)