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: use go 1.23 #1829

Merged
merged 1 commit into from
Sep 5, 2024
Merged

chore: use go 1.23 #1829

merged 1 commit into from
Sep 5, 2024

Conversation

byashimov
Copy link
Contributor

@byashimov byashimov commented Sep 5, 2024

Go 1.23 brings iterators which makes impossible to pass maps.Keys result into a function that expects []T. https://tip.golang.org/doc/go1.23

@byashimov byashimov requested a review from a team as a code owner September 5, 2024 09:16
rriski
rriski previously approved these changes Sep 5, 2024
@byashimov byashimov enabled auto-merge (squash) September 5, 2024 09:17
@byashimov byashimov merged commit bd2b226 into main Sep 5, 2024
11 checks passed
@byashimov byashimov deleted the byashimov-go-123 branch September 5, 2024 09:31
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