uber-go / dig

A reflection based dependency injection toolkit for Go.
https://go.uber.org/dig
MIT License
3.78k stars 206 forks source link

ci: Test against Windows, Go 1.21, 1.22 #407

Closed abhinav closed 4 months ago

abhinav commented 4 months ago

Upgrade to Go 1.21, 1.22 since those are the two latest versions.

Plus since Fx supports Windows and has tests against it, do the same in Dig.

One of the tests required line endings to be normalized to pass.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.40%. Comparing base (59e9f76) to head (115ec1c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #407 +/- ## ======================================= Coverage 98.40% 98.40% ======================================= Files 22 22 Lines 1507 1507 ======================================= Hits 1483 1483 Misses 15 15 Partials 9 9 ```

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