From 3529aeb0740649b3dd8bcba7e2c927bae1ed2f67 Mon Sep 17 00:00:00 2001 From: "campaigner-prod[bot]" <87874424+campaigner-prod[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:51:56 +0000 Subject: [PATCH] Executing automated changes --- tests/integration_tests/hello/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_tests/hello/go.mod b/tests/integration_tests/hello/go.mod index 70c56fc..3ec3af7 100644 --- a/tests/integration_tests/hello/go.mod +++ b/tests/integration_tests/hello/go.mod @@ -2,6 +2,8 @@ module github.com/DataDog/datadog-lambda-go/tests/integration_tests/bin/hello go 1.24.0 +toolchain go1.26.0 + require ( github.com/DataDog/datadog-lambda-go v1.30.0 github.com/aws/aws-lambda-go v1.52.0