-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pin all contribs to dd-trace-go v2.1.0-dev & adjust AWS SDK v2 versions #3285
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 4381 Passed, 65 Skipped, 3m 42.62s Total Time |
BenchmarksBenchmark execution time: 2025-03-11 20:42:33 Comparing candidate commit 666c286 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 54 metrics, 2 unstable metrics. |
…add hardcoded instrumentation/testutils/grpc/v2 module
ac15da9
to
6d96634
Compare
// Add the instrumentation/testutils/grpc/v2 module to the identified modules. | ||
// Adding the package to the paths causes issues. | ||
instTestutilsGRPC := "github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2" | ||
modules[instTestutilsGRPC] = filepath.Join(rootDir, "instrumentation", "testutils", "grpc") | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RomainMuller I had to introduce this "detected" module to fix the CI after pinning all the modules against v2.1.0-dev
, those having the corresponding replace
directives.
What does this PR do?
This PR makes sure that AWS SDK v2 versions are aligned with
main
. It also pins all modules withreplace
directives againstv2.1.0-dev
.Motivation
It avoids accidental upgrades coming from non-production packages like
google.golang.org/grpc/examples
, as they propagate throughgo.work.sum
and leads to failing CI as not all related packages are not updated properly.Reviewer's Checklist
v2-dev
branch and reviewed by @DataDog/apm-go.Unsure? Have a question? Request a review!