Skip to content

Commit f5b1ab5

Browse files
fix(deps): update module github.com/aws/aws-lambda-go to v1.31.1 (#4596)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ae4d49b commit f5b1ab5

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.30.0
5+
require github.com/aws/aws-lambda-go v1.31.1

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.30.0
5+
require github.com/aws/aws-lambda-go v1.31.1

0 commit comments

Comments
 (0)