From 82a967ffd833a1240a87a25e6898356de73ead6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:33:09 +0000 Subject: [PATCH] webhosting-operator: Update dependency mikefarah/yq to v4.43.1 --- webhosting-operator/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhosting-operator/tools.mk b/webhosting-operator/tools.mk index 411086ab..53660a0d 100644 --- a/webhosting-operator/tools.mk +++ b/webhosting-operator/tools.mk @@ -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)