Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.7-1
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
command:
- make
- verify-boilerplate
Expand All @@ -25,7 +25,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.7-1
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
command:
- make
- lint
Expand Down Expand Up @@ -64,7 +64,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.7-1
- image: ghcr.io/kcp-dev/infra/build:1.24.5-1
command:
- make
- test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

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

# Install dependencies.
Expand Down
Loading