Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -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 (
.
Expand Down
2 changes: 1 addition & 1 deletion tools/v2fix/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading