Conversation
|
This change is part of the following stack: Change managed by git-spice. |
With the release of Go 1.25, bump CI to run against 1.24 and 1.25, and bump the minimum required Go version to 1.24 as this is required to use features introduced in Go 1.24. (We should bump this to at least 1.23 to start using iterators.)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1274 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 35 35
Lines 3458 3458
=======================================
Hits 3411 3411
Misses 40 40
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rabbbit
left a comment
There was a problem hiding this comment.
Would be nice to say which features from 1.24 we need perhaps?
We need nothing from 1.24 right now but without this we can't use them either. |
Interesting - in all cases I've tried to use iterators so far they've turned out to be slower, but I can see how my use cases were "wrong". |
|
No, you're probably not doing anything wrong here. |
I didn't say I'm doing anything wrong, I said my use cases were wrong;) |
With the release of Go 1.25, bump CI to run against 1.24 and 1.25,
and bump the minimum required Go version to 1.24
as this is required to use features introduced in Go 1.24.
(We should bump this to at least 1.23 to start using iterators.)