Skip to content

Commit 75abe3b

Browse files
committed
Update Prow jobs to Go 1.24.8
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent 60168e7 commit 75abe3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.prow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
containers:
24-
- image: ghcr.io/kcp-dev/infra/build:1.23.10-1
24+
- image: ghcr.io/kcp-dev/infra/build:1.24.8-3
2525
command:
2626
- make
2727
- verify
@@ -38,7 +38,7 @@ presubmits:
3838
preset-goproxy: "true"
3939
spec:
4040
containers:
41-
- image: ghcr.io/kcp-dev/infra/build:1.23.10-1
41+
- image: ghcr.io/kcp-dev/infra/build:1.24.8-3
4242
command:
4343
- make
4444
- lint
@@ -55,13 +55,13 @@ presubmits:
5555
preset-goproxy: "true"
5656
spec:
5757
containers:
58-
- image: ghcr.io/kcp-dev/infra/build:1.23.10-1
58+
- image: ghcr.io/kcp-dev/infra/build:1.24.8-3
5959
command:
6060
- make
6161
- test
6262
env:
6363
- name: USE_GOTESTSUM
64-
value: '1'
64+
value: "1"
6565
resources:
6666
requests:
6767
memory: 4Gi

0 commit comments

Comments
 (0)