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 8334513 commit 68ebd23Copy full SHA for 68ebd23
.go-version
@@ -1 +1 @@
1
-1.24.10
+1.25.3
Dockerfile
@@ -1,4 +1,4 @@
-ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24.10
+ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.25.3
2
3
FROM --platform=$BUILDPLATFORM $golang_image AS builder
4
WORKDIR $GOPATH/src/github.com/aws/amazon-eks-pod-identity-webhook
go.mod
@@ -1,6 +1,6 @@
module github.com/aws/amazon-eks-pod-identity-webhook
-go 1.24
+go 1.25.3
5
require (
6
github.com/aws/aws-sdk-go-v2 v1.39.2
0 commit comments