From cb48640b0d5d32cf1b58cb4364cc6a4021fbb8c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 00:51:35 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4ee5696..ea1f07d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/aws/aws-lambda-runtime-interface-emulator -go 1.26.6 +go 1.27.0 require ( github.com/aws/aws-lambda-go v1.54.0