Skip to content

Commit

Permalink
Update dependency GoogleContainerTools/skaffold to v2.14.1 (#457)
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 5, 2025
1 parent b93b5c4 commit b3b347f
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 @@ -68,7 +68,7 @@ $(SETUP_ENVTEST): go.mod

SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold
# renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
SKAFFOLD_VERSION ?= v2.13.2
SKAFFOLD_VERSION ?= v2.14.1
$(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 b3b347f

Please sign in to comment.