From b78662d8558421e06cbec137ceb19b3a1ae1fd20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:49:45 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5a0eecf..60817b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/aws/aws-lambda-runtime-interface-emulator -go 1.26.2 +go 1.26.3 require ( github.com/aws/aws-lambda-go v1.52.0