We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d7e21 commit 31bdc27Copy full SHA for 31bdc27
2 files changed
go.work
@@ -1,5 +1,7 @@
1
go 1.25.9
2
3
+toolchain go1.26.2
4
+
5
// Disable new post-quantum key exchange mechanism X25519MLKEM768
6
// See https://github.com/DataDog/datadog-agent/issues/34323 for historical context.
7
// This should be revisited for go 1.25.x
pkg/dyninst/testprogs/progs/go.mod
@@ -2,7 +2,7 @@ module github.com/DataDog/datadog-agent/pkg/dyninst/testprogs/progs
go 1.23.1
-toolchain go1.24.4
require (
8
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.1
0 commit comments