diff --git a/tests/integration_tests/hello/go.mod b/tests/integration_tests/hello/go.mod index 3bc83ea..2ac92bc 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.1 + require ( github.com/DataDog/datadog-lambda-go v1.31.0 github.com/aws/aws-lambda-go v1.54.0