Skip to content

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

Merged
JoelSpeed merged 2 commits intooauth2-proxy:masterfrom
adriananeci:bump_go
Oct 23, 2022
Merged

Bump golang to 1.19 and min allowed version to 1.18#1851
JoelSpeed merged 2 commits intooauth2-proxy:masterfrom
adriananeci:bump_go

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.

2 participants