chore(deps): downgrade dd-trace-go to v2.8.2 (#8266)

dd-trace-go versions >=2.9.0 do not compile without warnings
on non-64-bit architectures. Downgrade to v2.8.2 until upstream
fixes the issue.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
Ville Vesilehto
2026-07-10 06:50:43 +03:00
committed by GitHub
parent 5cab9853cd
commit 99bad66253
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.30
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
github.com/DataDog/dd-trace-go/v2 v2.9.1
github.com/DataDog/dd-trace-go/v2 v2.8.2
github.com/apparentlymart/go-cidr v1.1.1
github.com/aws/aws-sdk-go-v2 v1.42.0
github.com/aws/aws-sdk-go-v2/config v1.32.26