diff --git a/.github/workflows/webhosting-operator.yaml b/.github/workflows/webhosting-operator.yaml index c52f0205..5f62b144 100644 --- a/.github/workflows/webhosting-operator.yaml +++ b/.github/workflows/webhosting-operator.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=ko-build/ko - KO_VERSION: v0.15.1 + KO_VERSION: v0.15.2 steps: - uses: actions/checkout@v4 with: diff --git a/webhosting-operator/tools.mk b/webhosting-operator/tools.mk index fdcbe7c7..983f3838 100644 --- a/webhosting-operator/tools.mk +++ b/webhosting-operator/tools.mk @@ -32,7 +32,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.15.1 +KO_VERSION ?= v0.15.2 $(KO): $(call tool_version_file,$(KO),$(KO_VERSION)) GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/google/ko@$(KO_VERSION)