diff --git a/tests/integration_tests/helloV2/go.mod b/tests/integration_tests/helloV2/go.mod index 8979034..5161c55 100644 --- a/tests/integration_tests/helloV2/go.mod +++ b/tests/integration_tests/helloV2/go.mod @@ -1,6 +1,6 @@ module github.com/DataDog/datadog-lambda-go/tests/integration_tests/bin/hello -go 1.24.0 +go 1.25.7 require ( github.com/DataDog/datadog-lambda-go v1.14.0