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