From 15b12726d5b0eec53c82485aa2cfd1e33a28f777 Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot Date: Mon, 1 Dec 2025 17:04:15 +0000 Subject: [PATCH] Creating PR to update Go version to 1.24.10 --- .go-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index eb716f77..c4bdc90e 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.9 +1.24.10 diff --git a/Dockerfile b/Dockerfile index a80e5f83..63e02bf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.9-gcc +ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.10-gcc ARG BASE_IMAGE=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest FROM --platform=$BUILDPLATFORM ${BUILDER} AS build