Skip to content

Commit b7e08bc

Browse files
committed
Restore go 1.24 directive — required by aws-sdk-go-v2@v1.41.5
aws-sdk-go-v2@v1.41.5 requires go 1.24 in its own go.mod, so downgrading to go 1.23 is not possible. The CI golangci-lint must be upgraded to a version built with Go 1.24+.
1 parent 198b579 commit b7e08bc

7 files changed

Lines changed: 7 additions & 14 deletions

File tree

gov2/bedrock-runtime/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/awsdocs/aws-doc-sdk-examples/gov2/bedrock-runtime
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/cloudfront/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module example.aws/go-v2/examples/cloudfront
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/iam/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/awsdocs/aws-doc-sdk-examples/gov2/iam
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/lambda/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/awsdocs/aws-doc-sdk-examples/gov2/lambda
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/s3/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/awsdocs/aws-doc-sdk-examples/gov2/s3
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/workflows/s3_object_lock/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module s3_object_lock
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/workflows/user_pools_and_lambda_triggers/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module user_pools_and_lambda_triggers
22

3-
go 1.23
4-
3+
go 1.24
54

65
require (
76
github.com/aws/aws-lambda-go v1.47.0

0 commit comments

Comments
 (0)