seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
673 stars 19 forks source link

Use go-version-file instead of go-version #109

Closed isoden closed 1 year ago

isoden commented 1 year ago

Use the version specified in the 'go.mod' file instead of the hardcoded version.

ref: https://github.com/actions/setup-go#getting-go-version-from-the-gomod-file

codecov[bot] commented 1 year ago

Codecov Report

Merging #109 (d631213) into main (3b12143) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   81.84%   81.84%           
=======================================
  Files           4        4           
  Lines         760      760           
=======================================
  Hits          622      622           
  Misses        114      114           
  Partials       24       24           
seachicken commented 1 year ago

Wow, that is nice. Thank you!