File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434
3535 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
3636 with :
37- go-version : v1.23.7
37+ go-version : v1.24.3
3838 cache : true
3939
4040 - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # tag=v5.5.0
Original file line number Diff line number Diff line change 2727
2828 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
2929 with :
30- go-version : v1.23.7
30+ go-version : v1.24.3
3131 cache : true
3232
3333 - name : Delete non-semver tags
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ presubmits:
2121 preset-goproxy : " true"
2222 spec :
2323 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
2525 command :
2626 - hack/ci/verify.sh
2727 resources :
@@ -37,7 +37,7 @@ presubmits:
3737 preset-goproxy : " true"
3838 spec :
3939 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
4141 command :
4242 - make
4343 - lint
@@ -76,7 +76,7 @@ presubmits:
7676 preset-goproxy : " true"
7777 spec :
7878 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
8080 command :
8181 - make
8282 - test
@@ -96,7 +96,7 @@ presubmits:
9696 preset-goproxy : " true"
9797 spec :
9898 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
100100 command :
101101 - hack/ci/run-e2e-tests.sh
102102 resources :
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
15+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.3 AS builder
1616ARG TARGETOS
1717ARG TARGETARCH
1818
You can’t perform that action at this time.
0 commit comments