Skip to content

Commit e274c1a

Browse files
authored
Merge pull request #930 from a-cool-train/master
Fix CVE-2025-47910
2 parents 8263a4d + e5c37d0 commit e274c1a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.0
1+
1.25.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
ARG 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

1717
FROM --platform=$BUILDPLATFORM $golang_image AS builder
1818
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/aws-iam-authenticator
22

3-
go 1.25.0
3+
go 1.25.1
44

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

tests/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/aws-iam-authenticator/tests/e2e
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.25.3

tests/integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/aws-iam-authenticator/tests/integration
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require (
66
github.com/prometheus/client_golang v1.23.2

0 commit comments

Comments
 (0)