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:
7
7
preset-goproxy : " true"
8
8
spec :
9
9
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
11
11
command :
12
12
- make
13
13
- verify-boilerplate
@@ -25,7 +25,7 @@ presubmits:
25
25
preset-goproxy : " true"
26
26
spec :
27
27
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
29
29
command :
30
30
- make
31
31
- lint
@@ -64,7 +64,7 @@ presubmits:
64
64
preset-goproxy : " true"
65
65
spec :
66
66
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
68
68
command :
69
69
- make
70
70
- test
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
# 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
19
19
WORKDIR /workspace
20
20
21
21
# Install dependencies.
You can’t perform that action at this time.
0 commit comments