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

chore: Drop support for go 1.22 #352

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Conversation

ifindlay-cci
Copy link
Contributor

@ifindlay-cci ifindlay-cci commented Feb 12, 2025

Go 1.22 is no longer in active support.

Removed use of stable and oldstable alias due to oldstable resolving to an out of support version

Go 1.22 is no longer in active support.
oldstable is still resolving to 1.22.12, which is out of support
@ifindlay-cci ifindlay-cci changed the title chore: Drop supoprt for go 1.22 chore: Drop support for go 1.22 Feb 12, 2025
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 'stable', 'oldstable', '1.22' ]
version: [ '1.24', '1.23' ]
Copy link
Contributor

Choose a reason for hiding this comment

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

thoughts: I am surprise that version: [ '1.24', '1.23' ] is not the same as
version: [ 'stable', 'oldstable' ]

Copy link
Contributor Author

@ifindlay-cci ifindlay-cci Feb 12, 2025

Choose a reason for hiding this comment

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

oldstable resolves to a 1.22 version. I was surprised too.

Copy link
Contributor

@zucchinidev zucchinidev left a comment

Choose a reason for hiding this comment

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

We will force the community to use Go 1.23. I am happy with it

@ifindlay-cci ifindlay-cci merged commit 2552cdd into main Feb 12, 2025
4 checks passed
@ifindlay-cci ifindlay-cci deleted the drop-support-for-go-1-20 branch February 12, 2025 11:01
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