Skip to content

Commit

Permalink
Update dependency GoogleContainerTools/skaffold to v2.13.2 (#331)
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] committed Aug 22, 2024
1 parent b37ecb8 commit ed5087d
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.1
SKAFFOLD_VERSION ?= v2.13.2
$(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 ed5087d

Please sign in to comment.