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

Update supported go versions #3101

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Update supported go versions #3101

merged 1 commit into from
Feb 11, 2025

Conversation

fishy
Copy link
Member

@fishy fishy commented Feb 11, 2025

With the release of go 1.24.0, go 1.22.x is no longer supported. Update supported go versions to go 1.23 and go 1.24.

With the release of go 1.24.0, go 1.22.x is no longer supported. Update
supported go versions to go 1.23 and go 1.24.
@fishy fishy added golang patches related to go language github_actions Pull requests that update GitHub Actions code labels Feb 11, 2025
@fishy fishy marked this pull request as ready for review February 11, 2025 20:59
@fishy fishy requested a review from dcelasun February 11, 2025 21:00
@fishy
Copy link
Member Author

fishy commented Feb 11, 2025

The biggest new feature of go 1.23 was the range-over-func iterators, but looking at https://pkg.go.dev/github.com/apache/thrift/lib/go/thrift I don't think any of our API can take advantage of that, so we likely don't need to make any other change in addition to this one. @dcelasun please let me know if you can think of anything we can improve with new features from 1.23 :)

Copy link
Member

@dcelasun dcelasun left a comment

Choose a reason for hiding this comment

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

@dcelasun please let me know if you can think of anything we can improve with new features from 1.23 :)

I did a quick skim of the release notes. We might be able to use some of the slices/maps functions in a few places, but it would mostly be cosmetic, so let's go ahead as is :)

@fishy fishy merged commit 624118f into apache:master Feb 11, 2025
20 of 23 checks passed
@fishy fishy deleted the go-1.24 branch February 11, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code golang patches related to go language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants