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

Bump golang to 1.19 and min allowed version to 1.18 #1851

Merged
merged 2 commits into from
Oct 23, 2022

Conversation

adriananeci
Copy link
Contributor

@adriananeci adriananeci commented Oct 21, 2022

Description

Bump go version to 1.19 and min allowed to 1.18
Based on https://tip.golang.org/doc/go1.19 , go 1.19 seems to bring some improvements in terms of memory and GC optimisations

Motivation and Context

In #1574 we added some new go code style like slices.Contains that is only available from go 1.18 upward.

How Has This Been Tested?

Checklist:

  • My change requires a change to the documentation or CHANGELOG.
  • I have updated the documentation/CHANGELOG accordingly.
  • I have created a feature (non-master) branch for my PR.

@adriananeci adriananeci requested a review from a team as a code owner October 21, 2022 17:43
Copy link
Member

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

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

Please add a changelog entry and I'll get this merged, thanks

@adriananeci
Copy link
Contributor Author

Please add a changelog entry and I'll get this merged, thanks

Added a new changelog entry.

@JoelSpeed JoelSpeed merged commit d9a33df into oauth2-proxy:master Oct 23, 2022
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

2 participants