Skip to content

Commit b3b347f

Browse files
Update dependency GoogleContainerTools/skaffold to v2.14.1 (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b93b5c4 commit b3b347f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $(SETUP_ENVTEST): go.mod
6868

6969
SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold
7070
# renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
71-
SKAFFOLD_VERSION ?= v2.13.2
71+
SKAFFOLD_VERSION ?= v2.14.1
7272
$(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
7373
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/')
7474
chmod +x $(SKAFFOLD)

0 commit comments

Comments
 (0)