Skip to content

Commit 4d5d343

Browse files
committed
Run go mod tidy on all go 1.23 modules and remove toolchain directives
Ran go mod tidy on bedrock-runtime, cloudfront, iam, lambda, and user_pools_and_lambda_triggers to resolve stale go.sum entries, then removed the toolchain go1.24.2 lines that go mod tidy auto-added. This fixes the 'no go files to analyze' golangci-lint errors.
1 parent c012e5f commit 4d5d343

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

gov2/bedrock-runtime/go.mod

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

33
go 1.23
44

5+
56
require (
67
github.com/aws/aws-sdk-go-v2 v1.41.5
78
github.com/aws/aws-sdk-go-v2/config v1.27.33

gov2/cloudfront/go.mod

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

33
go 1.23
44

5+
56
require (
67
github.com/aws/aws-sdk-go-v2 v1.41.5
78
github.com/aws/aws-sdk-go-v2/config v1.27.33

gov2/iam/go.mod

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

33
go 1.23
44

5+
56
require (
67
github.com/aws/aws-sdk-go-v2 v1.41.5
78
github.com/aws/aws-sdk-go-v2/config v1.27.33

gov2/lambda/go.mod

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

33
go 1.23
44

5+
56
require (
67
github.com/aws/aws-sdk-go-v2 v1.41.5
78
github.com/aws/aws-sdk-go-v2/config v1.27.33

gov2/workflows/user_pools_and_lambda_triggers/go.mod

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

33
go 1.23
44

5+
56
require (
67
github.com/aws/aws-lambda-go v1.47.0
78
github.com/aws/aws-sdk-go-v2 v1.41.5

0 commit comments

Comments
 (0)