From 8a16289f5ff193cc78ea79cb78a7f80d7769bc0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:23:08 +0000 Subject: [PATCH] fix(deps): update module github.com/aws/aws-lambda-go to v1.38.0 (#5554) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/functions-templates/go/hello-world/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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