From 92594df507f01fce46aec7baf15a3b883653a38a Mon Sep 17 00:00:00 2001 From: "campaigner-prod[bot]" <87874424+campaigner-prod[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:40:17 +0000 Subject: [PATCH] Executing automated changes --- go.work | 4 +++- tools/v2fix/go.mod | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.work b/go.work index 9ff399c8aa..f425227c01 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,6 @@ -go 1.25.0 // Go version must match the lowest supported version, not the highest, with format X.Y. +go 1.25.7 // Go version must match the lowest supported version, not the highest, with format X.Y. + +toolchain go1.25.7 use ( . diff --git a/tools/v2fix/go.mod b/tools/v2fix/go.mod index f7113bfd21..30f65aca8e 100644 --- a/tools/v2fix/go.mod +++ b/tools/v2fix/go.mod @@ -1,6 +1,6 @@ module github.com/DataDog/dd-trace-go/tools/v2fix -go 1.24.0 +go 1.25.7 require ( github.com/DataDog/dd-trace-go/v2 v2.3.0-rc.2