Skip to content

Commit f82d0df

Browse files
authored
Merge pull request #1697 from mondaljs/updatego
Update golang MV in DockerFile
2 parents 21315c2 + df397f4 commit f82d0df

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.24.0 as go-builder
15+
FROM public.ecr.aws/eks-distro-build-tooling/golang:1.25.0 as go-builder
1616
WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver
1717

1818
ARG TARGETOS

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,4 @@ require (
154154

155155
replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.33.2
156156

157-
go 1.24.0
158-
159-
toolchain go1.24.4
157+
go 1.25.0

0 commit comments

Comments
 (0)