Skip to content

Commit

Permalink
webhosting-operator: Update dependency mikefarah/yq to v4.41.1 (#158)
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 Feb 16, 2024
1 parent 44c2381 commit df0d001
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 @@ -56,7 +56,7 @@ $(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))

YQ := $(TOOLS_BIN_DIR)/yq
# renovate: datasource=github-releases depName=mikefarah/yq
YQ_VERSION ?= v4.40.7
YQ_VERSION ?= v4.41.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 df0d001

Please sign in to comment.