From 19d5befe355a5ccd306d3bb088e672413f889af8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Apr 2022 02:18:20 +0000 Subject: [PATCH] fix(deps): update module github.com/aws/aws-lambda-go to v1.30.0 --- src/functions-templates/go/hello-world/go.mod | 2 +- src/functions-templates/go/scheduled-function/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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