We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93b5c4 commit 58ef35fCopy full SHA for 58ef35f
hack/tools.mk
@@ -68,7 +68,7 @@ $(SETUP_ENVTEST): go.mod
68
69
SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold
70
# renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
71
-SKAFFOLD_VERSION ?= v2.13.2
+SKAFFOLD_VERSION ?= v2.14.1
72
$(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
73
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/')
74
chmod +x $(SKAFFOLD)
0 commit comments