File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
36
36
with :
37
- go-version : v1.23.7
37
+ go-version : v1.24.3
38
38
cache : true
39
39
40
40
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # tag=v5.5.0
Original file line number Diff line number Diff line change 27
27
28
28
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
29
29
with :
30
- go-version : v1.23.7
30
+ go-version : v1.24.3
31
31
cache : true
32
32
33
33
- name : Delete non-semver tags
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ presubmits:
21
21
preset-goproxy : " true"
22
22
spec :
23
23
containers :
24
- - image : ghcr.io/kcp-dev/infra/build:1.23.7-2
24
+ - image : ghcr.io/kcp-dev/infra/build:1.24.3-1
25
25
command :
26
26
- hack/ci/verify.sh
27
27
resources :
@@ -37,7 +37,7 @@ presubmits:
37
37
preset-goproxy : " true"
38
38
spec :
39
39
containers :
40
- - image : ghcr.io/kcp-dev/infra/build:1.23.7-2
40
+ - image : ghcr.io/kcp-dev/infra/build:1.24.3-1
41
41
command :
42
42
- make
43
43
- lint
@@ -76,7 +76,7 @@ presubmits:
76
76
preset-goproxy : " true"
77
77
spec :
78
78
containers :
79
- - image : ghcr.io/kcp-dev/infra/build:1.23.7-2
79
+ - image : ghcr.io/kcp-dev/infra/build:1.24.3-1
80
80
command :
81
81
- make
82
82
- test
@@ -96,7 +96,7 @@ presubmits:
96
96
preset-goproxy : " true"
97
97
spec :
98
98
containers :
99
- - image : ghcr.io/kcp-dev/infra/build:1.23.7-2
99
+ - image : ghcr.io/kcp-dev/infra/build:1.24.3-1
100
100
command :
101
101
- hack/ci/run-e2e-tests.sh
102
102
resources :
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
15
+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.3 AS builder
16
16
ARG TARGETOS
17
17
ARG TARGETARCH
18
18
You can’t perform that action at this time.
0 commit comments