Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=ko-build/ko
KO_VERSION: v0.16.0
KO_VERSION: v0.17.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION))

KO := $(TOOLS_BIN_DIR)/ko
# renovate: datasource=github-releases depName=ko-build/ko
KO_VERSION ?= v0.16.0
KO_VERSION ?= v0.17.1
$(KO): $(call tool_version_file,$(KO),$(KO_VERSION))
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/google/ko@$(KO_VERSION)

Expand Down