File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.25.0
1+ 1.25.1
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:2025-07-01-1751328074.2023
15- ARG golang_image=public.ecr.aws/docker/library/golang:1.25.0
15+ ARG golang_image=public.ecr.aws/docker/library/golang:1.25.1
1616
1717FROM --platform=$BUILDPLATFORM $golang_image AS builder
1818WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
Original file line number Diff line number Diff line change 11module sigs.k8s.io/aws-iam-authenticator
22
3- go 1.25.0
3+ go 1.25.1
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.39.0
Original file line number Diff line number Diff line change 11module sigs.k8s.io/aws-iam-authenticator/tests/e2e
22
3- go 1.25.0
3+ go 1.25.1
44
55require (
66 github.com/onsi/ginkgo/v2 v2.25.3
Original file line number Diff line number Diff line change 11module sigs.k8s.io/aws-iam-authenticator/tests/integration
22
3- go 1.25.0
3+ go 1.25.1
44
55require (
66 github.com/prometheus/client_golang v1.23.2
You can’t perform that action at this time.
0 commit comments