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: support latest go version 1.19 #1410

Merged
merged 7 commits into from
Aug 11, 2022
Merged

Conversation

ajgajg1134
Copy link
Contributor

This moves 1.17 to maintenance and 1.16 to legacy support

@ajgajg1134 ajgajg1134 requested review from a team as code owners August 3, 2022 17:56
.circleci/config.yml Show resolved Hide resolved
@@ -40,9 +40,10 @@ Datadog APM for Go is built upon dependencies defined in specific versions of th
<!-- NOTE: When updating the below section ensure you update the minimum supported version listed in the public docs here: https://docs.datadoghq.com/tracing/setup_overview/setup/go/?tab=containers#compatibility-requirements -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this in a separate PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah it will / should be, thanks for the reminder since I totally forgot

Copy link
Contributor Author

Choose a reason for hiding this comment

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

katiehockman
katiehockman previously approved these changes Aug 3, 2022
katiehockman
katiehockman previously approved these changes Aug 3, 2022
@ajgajg1134 ajgajg1134 added this to the 1.41.0 milestone Aug 3, 2022
Copy link
Contributor

@Hellzy Hellzy left a comment

Choose a reason for hiding this comment

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

SGTM overall 👍 just a couple nits

gosum.go Outdated Show resolved Hide resolved
@ajgajg1134 ajgajg1134 requested a review from Hellzy August 4, 2022 15:48
Hellzy
Hellzy previously approved these changes Aug 8, 2022
@ajgajg1134 ajgajg1134 merged commit 8a68d59 into main Aug 11, 2022
@ajgajg1134 ajgajg1134 deleted the andrew.glaude/bumpGoVErsion branch August 11, 2022 14:53
nsrip-dd added a commit that referenced this pull request Aug 30, 2022
Now that we've bumped our minimum supported Go version to 1.17 (see
 #1410) we can use testing.T.Setenv. This function is a test helper which
sets an environment variable, and restores it to its previous value when
the test ends (including un-setting the variable if it was un-set).
There are a few reimplementations of this in the tests which can now be
removed.
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

4 participants