otiai10 / gosseract

Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
https://pkg.go.dev/github.com/otiai10/gosseract
MIT License
2.74k stars 290 forks source link

ci: bump the version of actions/setup-go and actions/checkout #301

Closed yin1999 closed 10 months ago

yin1999 commented 10 months ago

The old versions of actions/setup-go and actions/checkout are running on Node.js v16 which is going to be deprecated in GitHub Actions runner (https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/). Bump the versions of them to use Node.js v20.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (f395c8b) 77.32% compared to head (a09f470) 77.32%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #301 +/- ## ======================================= Coverage 77.32% 77.32% ======================================= Files 1 1 Lines 269 269 ======================================= Hits 208 208 Misses 55 55 Partials 6 6 ```

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