Skip to content

Commit 6d73981

Browse files
committed
bump golang version to 1.25.3
Signed-off-by: Min Jin <[email protected]>
1 parent a4958c9 commit 6d73981

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)