thriftrw / thriftrw-go

A Thrift encoding code generator and library for Go
MIT License
101 stars 53 forks source link

CI: Use Go 1.22. #597

Closed JacobOaks closed 7 months ago

JacobOaks commented 7 months ago

This PR switches CI to use Go 1.22.

I chose to leave go.mod as-is to avoid requiring users to upgrade beyond 1.20.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 71.05%. Comparing base (9adfc8c) to head (cf62a24). Report is 2 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #597 +/- ## ========================================== + Coverage 69.03% 71.05% +2.01% ========================================== Files 140 141 +1 Lines 23625 27549 +3924 ========================================== + Hits 16309 19574 +3265 - Misses 4242 4873 +631 - Partials 3074 3102 +28 ```

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