diff --git a/src/functions-templates/go/hello-world/go.mod b/src/functions-templates/go/hello-world/go.mod index 6ed07205efe..d84ea50abc3 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.19 -require github.com/aws/aws-lambda-go v1.37.0 +require github.com/aws/aws-lambda-go v1.38.0