Skip to content
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

all: move to 1.19 for lowest supported version #2192

Merged
merged 7 commits into from
Sep 4, 2023

Conversation

darccio
Copy link
Contributor

@darccio darccio commented Aug 31, 2023

What does this PR do?

Go 1.21 has been out for a few weeks. Time to update! Also, dd-trace-go is officially un-compilable in <1.18 due to some dependencies introducing features only present in 1.18.

This PR is blocked by #2150 as there is a breaking change in 1.21 that could lead to issues. Just to be sure, merging this PR will occur after the former is solved.

Reviewer's Checklist

  • Changed code has unit tests for its functionality at or near 100% coverage.
  • There is a benchmark for any new code, or changes to existing code.
  • If this interacts with the agent in a new way, a system test has been added.

For Datadog employees:

  • If this PR touches code that handles credentials of any kind, such as Datadog API keys, I've requested a review from @DataDog/security-design-and-guidance.
  • This PR doesn't touch any of that.

Unsure? Have a question? Request a review!

Goland insisted persistently to update dependencies here.
@darccio darccio requested review from a team as code owners August 31, 2023 10:39
@pr-commenter
Copy link

pr-commenter bot commented Aug 31, 2023

Benchmarks

Benchmark execution time: 2023-09-04 08:08:41

Comparing candidate commit 634dff5 in PR branch dario.castane/AIT-7944/update-supported-versions with baseline commit 3a53e45 in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 39 metrics, 2 unstable metrics.

@darccio darccio force-pushed the dario.castane/AIT-7944/update-supported-versions branch from f614c4b to d059ae5 Compare August 31, 2023 13:23
Copy link
Contributor

@Julio-Guerra Julio-Guerra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the GOEXPERIMENT vs GODEBUG update 🙏
FTR, we did another solution in https://github.com/DataDog/go-libddwaf/blob/main/.github/workflows/test.yml#L20-L25 but we're good for now, we'll align later.

Copy link
Member

@felixge felixge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks!

@darccio darccio merged commit 6605da9 into main Sep 4, 2023
348 checks passed
@darccio darccio deleted the dario.castane/AIT-7944/update-supported-versions branch September 4, 2023 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants