From 34bf26a177c43ce94de1aef8c3b7c1862d1736a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:09:27 +0000 Subject: [PATCH] chore(deps): update go toolchain to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 60817b5..7ab2346 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/aws/aws-lambda-runtime-interface-emulator -go 1.26.3 +go 1.26.4 require ( github.com/aws/aws-lambda-go v1.52.0