Skip to content

Commit

Permalink
webhosting-operator: Update dependency GoogleContainerTools/skaffold …
Browse files Browse the repository at this point in the history
…to v2.11.0 (#198)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 341af30 commit 6b5f33f
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 @@ -49,7 +49,7 @@ $(SETUP_ENVTEST): go.mod

SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold
# renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
SKAFFOLD_VERSION ?= v2.10.1
SKAFFOLD_VERSION ?= v2.11.0
$(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
curl -Lo $(SKAFFOLD) https://storage.googleapis.com/skaffold/releases/$(SKAFFOLD_VERSION)/skaffold-$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m | sed 's/x86_64/amd64/')
chmod +x $(SKAFFOLD)
Expand Down

0 comments on commit 6b5f33f

Please sign in to comment.