Skip to content

Commit

Permalink
Update dependency mikefarah/yq to v4.43.1 (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 2e0da35 commit 7b5b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))

YQ := $(TOOLS_BIN_DIR)/yq
# renovate: datasource=github-releases depName=mikefarah/yq
YQ_VERSION ?= v4.42.1
YQ_VERSION ?= v4.43.1
$(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION))
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/')
chmod +x $(YQ)

0 comments on commit 7b5b4e4

Please sign in to comment.