Skip to content

Commit d8bc64e

Browse files
renovate[bot]renovate-botkodiakhq[bot]
authored
fix(deps): update module github.com/aws/aws-lambda-go to v1.30.0 (#4544)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 02c8c8a commit d8bc64e

File tree

2 files changed

+2
-2
lines changed
  • src/functions-templates/go

2 files changed

+2
-2
lines changed

src/functions-templates/go/hello-world/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/someone/{{name}}
22

33
go 1.15
44

5-
require github.com/aws/aws-lambda-go v1.28.0
5+
require github.com/aws/aws-lambda-go v1.30.0

src/functions-templates/go/scheduled-function/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/your-github-handle/{{name}}
22

33
go 1.17
44

5-
require github.com/aws/aws-lambda-go v1.28.0
5+
require github.com/aws/aws-lambda-go v1.30.0

0 commit comments

Comments
 (0)