diff --git a/Dockerfile b/Dockerfile index 719bffe4f..2e28e6ae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM public.ecr.aws/eks-distro-build-tooling/golang:1.20 as go-builder +FROM public.ecr.aws/eks-distro-build-tooling/golang:1.22 as go-builder WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver ARG TARGETOS diff --git a/go.mod b/go.mod index 709a8eb16..c37452635 100644 --- a/go.mod +++ b/go.mod @@ -136,4 +136,4 @@ replace ( vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787 ) -go 1.20 +go 1.22