Skip to content

Commit 81867b0

Browse files
Update dependency ko-build/ko to v0.18.0
1 parent 7d3caaa commit 81867b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: datasource=github-releases depName=ko-build/ko
16-
KO_VERSION: v0.17.1
16+
KO_VERSION: v0.18.0
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION))
4444

4545
KO := $(TOOLS_BIN_DIR)/ko
4646
# renovate: datasource=github-releases depName=ko-build/ko
47-
KO_VERSION ?= v0.17.1
47+
KO_VERSION ?= v0.18.0
4848
$(KO): $(call tool_version_file,$(KO),$(KO_VERSION))
4949
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/google/ko@$(KO_VERSION)
5050

0 commit comments

Comments
 (0)