Skip to content

Commit 8af756b

Browse files
committed
Upgrade to go 1.24
1 parent 9a34e77 commit 8af756b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See
1616
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
1717
# for info on BUILDPLATFORM, TARGETOS, TARGETARCH, etc.
18-
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
18+
FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
1919
WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
2020
RUN go env -w GOCACHE=/gocache GOMODCACHE=/gomodcache
2121
COPY go.* .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ replace (
203203
vbom.ml/util => github.com/fvbommel/util v0.0.2 // Mitigate https://github.com/fvbommel/util/issues/6
204204
)
205205

206-
go 1.23.5
206+
go 1.24.0

0 commit comments

Comments
 (0)