We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8687e commit 8993352Copy full SHA for 8993352
.go-version
@@ -1 +1 @@
1
-1.24.7
+1.24.9
Dockerfile
@@ -1,6 +1,6 @@
2
3
-ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.7
+ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.9
4
5
FROM --platform=$BUILDPLATFORM ${BUILDER} as builder
6
WORKDIR /workspace
go.mod
module go.amzn.com/eks/eks-pod-identity-agent
-go 1.24.7
+go 1.24.9
require (
github.com/aws/aws-sdk-go-v2 v1.39.2
0 commit comments