BooleanCat / go-functional

go-functional is a library of iterators to augment the standard library
MIT License
405 stars 23 forks source link

Use Go version 1.23rc1 in CI #111

Closed BooleanCat closed 2 months ago

BooleanCat commented 2 months ago

Please provide a brief description of the change.

In preparation for this working in go 1.23 without experimental features, run in CI using rc1.

Which issue does this change relate to?

None

Contribution checklist.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.78%. Comparing base (33b266d) to head (382507c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #111 +/- ## =========================================== - Coverage 100.00% 93.78% -6.22% =========================================== Files 18 16 -2 Lines 342 322 -20 =========================================== - Hits 342 302 -40 - Misses 0 10 +10 - Partials 0 10 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

BooleanCat commented 2 months ago

Accepting with less than 100% coverage as this will be resolved when future is removed.