Skip to content

Commit 51c5964

Browse files
committed
Update Go version to 1.24.9 in go.mod files
1 parent 34ae705 commit 51c5964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

3-
go 1.22.7
3+
go 1.24.9
44

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

tests/e2e/go.mod

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

3-
go 1.22.7
3+
go 1.24.9
44

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

0 commit comments

Comments
 (0)