File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed 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 golang:1.23 .0 AS builder
15
+ FROM --platform=$BUILDPLATFORM golang:1.24 .0 AS builder
16
16
17
17
ARG STAGINGVERSION
18
18
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASE_IMAGE
16
- FROM --platform=$BUILDPLATFORM golang:1.23 .0 AS builder
16
+ FROM --platform=$BUILDPLATFORM golang:1.24 .0 AS builder
17
17
18
18
ARG TARGETPLATFORM
19
19
ARG STAGINGVERSION
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 golang:1.23 .0 as builder
15
+ FROM golang:1.24 .0 as builder
16
16
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
17
17
ADD . .
18
18
You can’t perform that action at this time.
0 commit comments