Skip to content

Commit 39fca2a

Browse files
Update dependency ko-build/ko to v0.19.1
1 parent 65450eb commit 39fca2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ TOOLS_BIN_DIR ?= $(TOOLS_DIR)/bin
1313

1414
KO := $(TOOLS_BIN_DIR)/ko
1515
# renovate: datasource=github-releases depName=ko-build/ko
16-
KO_VERSION ?= v0.18.1
16+
KO_VERSION ?= v0.19.1
1717
$(KO): $(call tool_version_file,$(KO),$(KO_VERSION))
1818
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/google/ko@$(KO_VERSION)

0 commit comments

Comments
 (0)