From afcee84b5247edb54f68ab7c3b62bc1cb3c45d28 Mon Sep 17 00:00:00 2001 From: "Nelo-T. Wallus" Date: Mon, 28 Jul 2025 13:36:09 +0200 Subject: [PATCH] Update prow jobs to use 1.24 images Signed-off-by: Nelo-T. Wallus --- .prow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index 9773318a1..310d42eb6 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -7,7 +7,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 + - image: ghcr.io/kcp-dev/infra/build:1.24.5-1 command: - make - verify @@ -20,7 +20,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 + - image: ghcr.io/kcp-dev/infra/build:1.24.5-1 command: - make - lint