Skip to content

Commit

Permalink
fix(deps): update module github.com/aws/aws-lambda-go to v1.31.1 (#4596)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 9, 2022
1 parent ae4d49b commit f5b1ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/functions-templates/go/hello-world/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/someone/{{name}}

go 1.15

require github.com/aws/aws-lambda-go v1.30.0
require github.com/aws/aws-lambda-go v1.31.1
2 changes: 1 addition & 1 deletion src/functions-templates/go/scheduled-function/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/your-github-handle/{{name}}

go 1.17

require github.com/aws/aws-lambda-go v1.30.0
require github.com/aws/aws-lambda-go v1.31.1

1 comment on commit f5b1ab5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 286 MB

Please sign in to comment.