Skip to content

Commit 58e7d12

Browse files
Bump Go to 1.26.2 (#770)
*Issue #, if available:* *Description of changes:* Bump Go version from 1.26.1 to 1.26.2 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
1 parent 87df570 commit 58e7d12

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN MP_ARCH=`echo ${TARGETARCH} | sed s/amd64/x86_64/` && \
4444
patchelf --set-rpath '$ORIGIN' /mountpoint-s3/bin/mount-s3
4545

4646
# Build driver. Use BUILDPLATFORM not TARGETPLATFORM for cross compilation
47-
FROM --platform=$BUILDPLATFORM public.ecr.aws/eks-distro-build-tooling/golang:1.26.1 as builder
47+
FROM --platform=$BUILDPLATFORM public.ecr.aws/eks-distro-build-tooling/golang:1.26.2 as builder
4848
ARG TARGETARCH
4949

5050
WORKDIR /go/src/github.com/awslabs/mountpoint-s3-csi-driver

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN cd mountpoint-s3 && \
4646
#
4747

4848
# Use BUILDPLATFORM not TARGETPLATFORM for cross compilation
49-
FROM --platform=$BUILDPLATFORM public.ecr.aws/eks-distro-build-tooling/golang:1.26.1 as builder
49+
FROM --platform=$BUILDPLATFORM public.ecr.aws/eks-distro-build-tooling/golang:1.26.2 as builder
5050
ARG TARGETARCH
5151

5252
WORKDIR /go/src/github.com/awslabs/mountpoint-s3-csi-driver

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/awslabs/mountpoint-s3-csi-driver
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.2

tests/e2e-kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/awslabs/mountpoint-s3-csi-driver/tests/e2e-kubernetes
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.2

0 commit comments

Comments
 (0)