diff --git a/src/functions-templates/go/hello-world/go.mod b/src/functions-templates/go/hello-world/go.mod index 930cc8f7a2a..328a353c81e 100644 --- a/src/functions-templates/go/hello-world/go.mod +++ b/src/functions-templates/go/hello-world/go.mod @@ -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 diff --git a/src/functions-templates/go/scheduled-function/go.mod b/src/functions-templates/go/scheduled-function/go.mod index bf815ab97ae..6e20b0ab85e 100644 --- a/src/functions-templates/go/scheduled-function/go.mod +++ b/src/functions-templates/go/scheduled-function/go.mod @@ -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