Skip to content

Commit

Permalink
webhosting-operator: Update dependency mikefarah/yq to v4.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 2e16662 commit 82a967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhosting-operator/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 82a967f

Please sign in to comment.