Skip to content

Commit

Permalink
fix(deps): update module github.com/aws/aws-lambda-go to v1.30.0 (#4544)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 18, 2022
1 parent 02c8c8a commit d8bc64e
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.28.0
require github.com/aws/aws-lambda-go v1.30.0
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.28.0
require github.com/aws/aws-lambda-go v1.30.0

1 comment on commit d8bc64e

@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: 380 MB

Please sign in to comment.