File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 1.24.7
1+ 1.24.9
Original file line number Diff line number Diff line change 11
22
3- ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.7
3+ ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.9
44
55FROM --platform=$BUILDPLATFORM ${BUILDER} as builder
66WORKDIR /workspace
77COPY . .
88ARG TARGETOS TARGETARCH
99RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make build
1010
11- FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-33 -latest as go-runner
11+ FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34 -latest as go-runner
1212FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base:latest-al23
1313
1414ARG TARGETOS TARGETARCH
Original file line number Diff line number Diff line change 11module go.amzn.com/eks/eks-pod-identity-agent
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.39.2
You can’t perform that action at this time.
0 commit comments