File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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.24.8
30+ go-version : v1.24.9
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.24.8 -1
24+ - image : ghcr.io/kcp-dev/infra/build:1.24.9 -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.24.8 -1
40+ - image : ghcr.io/kcp-dev/infra/build:1.24.9 -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.24.8 -1
79+ - image : ghcr.io/kcp-dev/infra/build:1.24.9 -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.24.8 -1
99+ - image : ghcr.io/kcp-dev/infra/build:1.24.9 -1
100100 command :
101101 - hack/ci/run-e2e-tests.sh
102102 env :
@@ -115,7 +115,7 @@ presubmits:
115115 preset-goproxy : " true"
116116 spec :
117117 containers :
118- - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
118+ - image : ghcr.io/kcp-dev/infra/build:1.24.9 -1
119119 command :
120120 - hack/ci/run-e2e-tests.sh
121121 env :
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.24.8 AS builder
15+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.9 AS builder
1616ARG TARGETOS
1717ARG TARGETARCH
1818
You can’t perform that action at this time.
0 commit comments