File tree Expand file tree Collapse file tree 6 files changed +367
-289
lines changed Expand file tree Collapse file tree 6 files changed +367
-289
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1919WORKDIR /workspace
2020
2121# Install dependencies.
You can’t perform that action at this time.
0 commit comments