Skip to content

Commit 68ebd23

Browse files
fix: bump go version for CVE fix
1 parent 8334513 commit 68ebd23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.10
1+
1.25.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24.10
1+
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.25.3
22

33
FROM --platform=$BUILDPLATFORM $golang_image AS builder
44
WORKDIR $GOPATH/src/github.com/aws/amazon-eks-pod-identity-webhook

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-eks-pod-identity-webhook
22

3-
go 1.24
3+
go 1.25.3
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.2

0 commit comments

Comments
 (0)