Skip to content

chore: Drop support for go 1.22#352

Merged
ifindlay-cci merged 2 commits intomainfrom
drop-support-for-go-1-20
Feb 12, 2025
Merged

chore: Drop support for go 1.22#352
ifindlay-cci merged 2 commits intomainfrom
drop-support-for-go-1-20

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

ifindlay-cci added 2 commits February 12, 2025 10:43
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
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