Skip to content

Commit 9a4cf18

Browse files
authored
Merge pull request #947 from yue9944882/bump-golang-1.25.3
Bump golang version to 1.25.3
2 parents a4958c9 + 6d73981 commit 9a4cf18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1
3+
go 1.25.3
44

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

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.1
3+
go 1.25.3
44

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

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.1
3+
go 1.25.3
44

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

0 commit comments

Comments
 (0)