From 214966869f187558c54c47675bb90bf65fdacd23 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:57:20 +0000 Subject: [PATCH] Executing automated changes --- tests/integration_tests/helloV2/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration_tests/helloV2/go.mod b/tests/integration_tests/helloV2/go.mod index 1bd6083..a821dc7 100644 --- a/tests/integration_tests/helloV2/go.mod +++ b/tests/integration_tests/helloV2/go.mod @@ -2,6 +2,8 @@ module github.com/DataDog/datadog-lambda-go/tests/integration_tests/bin/hello go 1.25.7 +toolchain go1.26.2 + require ( github.com/DataDog/datadog-lambda-go v1.31.0 github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.7.1