From c6f3e85ee9f93b653081814ac8d342b5cca3a010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 01:25:04 +0000 Subject: [PATCH] fix(deps): update module github.com/aws/aws-lambda-go to v1.33.0 (#4852) 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 ec12949d0a9..0ab158e5c0f 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.18 -require github.com/aws/aws-lambda-go v1.32.1 +require github.com/aws/aws-lambda-go v1.33.0