Skip to content

all: move to 1.19 for lowest supported version#2192

Merged
darccio merged 7 commits into
mainfrom
dario.castane/AIT-7944/update-supported-versions
Sep 4, 2023
Merged

all: move to 1.19 for lowest supported version#2192
darccio merged 7 commits into
mainfrom
dario.castane/AIT-7944/update-supported-versions

Conversation

@darccio

@darccio darccio commented Aug 31, 2023

Copy link
Copy Markdown
Member

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

pr-commenter Bot commented Aug 31, 2023

Copy link
Copy Markdown

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

@Julio-Guerra Julio-Guerra left a comment

Copy link
Copy Markdown
Contributor

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.

@felixge felixge left a comment

Copy link
Copy Markdown
Member

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
@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.

3 participants