Skip to content

Commit 104f273

Browse files
committed
Update prow jobs to use 1.24 images
Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent deb7b94 commit 104f273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.prow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
preset-goproxy: "true"
88
spec:
99
containers:
10-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
10+
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
1111
command:
1212
- make
1313
- verify-codegen
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
containers:
24-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
24+
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
2525
command:
2626
- make
2727
- lint
@@ -34,7 +34,7 @@ presubmits:
3434
preset-goproxy: "true"
3535
spec:
3636
containers:
37-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
37+
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
3838
command:
3939
- make
4040
- test

0 commit comments

Comments
 (0)