File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM registry-cn-hangzhou.ack.aliyuncs.com/dev/golang:1.23.9 as builder
1+ FROM --platform=$BUILDPLATFORM registry-cn-hangzhou.ack.aliyuncs.com/dev/golang:1.24.5 as builder
22WORKDIR /src
33ARG TARGETARCH
44ARG TARGETOS
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM registry-cn-hangzhou.ack.aliyuncs.com/dev/golang:1.23.9 as builder
1+ FROM --platform=$BUILDPLATFORM registry-cn-hangzhou.ack.aliyuncs.com/dev/golang:1.24.5 as builder
22WORKDIR /src
33ARG TARGETARCH
44ARG TARGETOS
Original file line number Diff line number Diff line change 11# syntax=registry-cn-hangzhou.ack.aliyuncs.com/dev/dockerfile:1.6
2- FROM --platform=$BUILDPLATFORM registry-cn-hangzhou.ack.aliyuncs.com/dev/golang:1.23.9 as build
2+ FROM --platform=$BUILDPLATFORM registry-cn-hangzhou.ack.aliyuncs.com/dev/golang:1.24.5 as build
33WORKDIR /go/src/github.com/kubernetes-sigs/alibaba-cloud-csi-driver
44ARG TARGETARCH
55ARG TARGETOS
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.4
2- FROM --platform=$BUILDPLATFORM golang:1.23.9 as build
2+ FROM --platform=$BUILDPLATFORM golang:1.24.5 as build
33WORKDIR /go/src/github.com/kubernetes-sigs/alibaba-cloud-csi-driver
44COPY . .
55RUN --mount=type=ssh \
Original file line number Diff line number Diff line change 11module github.com/kubernetes-sigs/alibaba-cloud-csi-driver
22
3- go 1.23.9
3+ go 1.24
44
55require (
66 github.com/alibabacloud-go/darabonba-openapi v0.1.16
You can’t perform that action at this time.
0 commit comments