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

build: Use Go 1.20.0 #32688

Merged
merged 1 commit into from
Feb 17, 2023
Merged

build: Use Go 1.20.0 #32688

merged 1 commit into from
Feb 17, 2023

Conversation

apparentlymart
Copy link
Contributor

This changes which Go version we use for official releases and for everyday development and testing.

At the time of this commit Go 1.20.1 is available but is not yet included in goenv, the tool that we use in some environments for reacting automatically to this file. I expect we'll upgrade to Go 1.20.1 very soon, but this is a routine upgrade to the latest major release so that we can start soaking in the new compiler and library behaviors throughout the v1.5 development period.

Go 1.20 continues to support only Unicode 13, so we do not need to make any changes to our supporting packages that also rely on Unicode data.

This closes #32420. That issue includes some draft changelog entries to consider once this is merged.

@jbardin
Copy link
Member

jbardin commented Feb 15, 2023

The honnef.co/go/tools module needs to be updated too, to make it aware of the new conversions possible in go1.20

This changes which Go version we use for official releases and for
everyday development and testing.

At the time of this commit Go 1.20.1 is available but is not yet included
in goenv, the tool that we use in some environments for reacting
automatically to this file. I expect we'll upgrade to Go 1.20.1 very soon,
but this is a routine upgrade to the latest major release so that we can
start soaking in the new compiler and library behaviors throughout the
v1.5 development period.

Go 1.20 continues to support only Unicode 13, so we do not need to make
any changes to our supporting packages that also rely on Unicode data.
@github-actions
Copy link

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Go 1.20 (once it's released)
2 participants