File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1.23.4
1+ 1.24.2
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2024-10-01-1727740884.2023
15- ARG golang_image=public.ecr.aws/docker/library/golang:1.23.4
15+ ARG golang_image=public.ecr.aws/docker/library/golang:1.24.2
1616
1717FROM --platform=$BUILDPLATFORM $golang_image AS builder
1818WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
@@ -23,7 +23,7 @@ ARG TARGETOS TARGETARCH
2323RUN GOPROXY=direct GOOS=$TARGETOS GOARCH=$TARGETARCH make bin
2424RUN chown 65532 _output/bin/aws-iam-authenticator
2525
26- FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.16.4 -eks-1-32-2 AS go-runner
26+ FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0 -eks-1-32-latest AS go-runner
2727
2828FROM --platform=$TARGETPLATFORM $image
2929COPY --from=go-runner /go-runner /usr/local/bin/go-runner
Original file line number Diff line number Diff line change 11module sigs.k8s.io/aws-iam-authenticator
22
3- go 1.23.4
3+ go 1.24.2
44
55require (
66 github.com/aws/aws-sdk-go v1.55.6
Original file line number Diff line number Diff line change 11module sigs.k8s.io/aws-iam-authenticator/tests/e2e
22
3- go 1.23.4
3+ go 1.24.2
44
55require (
66 github.com/onsi/ginkgo/v2 v2.22.2
Original file line number Diff line number Diff line change 11module sigs.k8s.io/aws-iam-authenticator/tests/integration
22
3- go 1.23.4
3+ go 1.24.2
44
55require (
66 github.com/aws/aws-sdk-go v1.55.6
You can’t perform that action at this time.
0 commit comments