Skip to content

Commit eaadd50

Browse files
committed
Update Kubernetes version to v1.33.3
1 parent 56987ee commit eaadd50

File tree

6 files changed

+367
-289
lines changed

6 files changed

+367
-289
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-1
10+
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
1111
command:
1212
- make
1313
- verify-boilerplate
@@ -25,7 +25,7 @@ presubmits:
2525
preset-goproxy: "true"
2626
spec:
2727
containers:
28-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-1
28+
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
2929
command:
3030
- make
3131
- lint
@@ -64,7 +64,7 @@ presubmits:
6464
preset-goproxy: "true"
6565
spec:
6666
containers:
67-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-1
67+
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
6868
command:
6969
- make
7070
- test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the binary
18-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.7 AS builder
18+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.5 AS builder
1919
WORKDIR /workspace
2020

2121
# Install dependencies.

0 commit comments

Comments
 (0)