theupdateframework / go-tuf

Go implementation of The Update Framework (TUF)
https://theupdateframework.com
Apache License 2.0
625 stars 105 forks source link

Do not pin to minor Go versions in go.mod #588

Closed rdimitrov closed 8 months ago

rdimitrov commented 8 months ago

I believe we bumped this because of a scanning tool check(govulncheck) that was quite annoying and insisted on upgrading the minor version.

In any case, I think it's better to not enforce other users of the library pin their minor version too just because of us.

codecov-commenter commented 8 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (master@eb347f8). Click here to learn what that means.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #588 +/- ## ========================================= Coverage ? 71.43% ========================================= Files ? 10 Lines ? 2013 Branches ? 0 ========================================= Hits ? 1438 Misses ? 463 Partials ? 112 ``` | [Flag](https://app.codecov.io/gh/theupdateframework/go-tuf/pull/588/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theupdateframework) | Coverage Δ | | |---|---|---| | [Go-1.21](https://app.codecov.io/gh/theupdateframework/go-tuf/pull/588/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theupdateframework) | `71.43% <0.00%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theupdateframework#carryforward-flags-in-the-pull-request-comment) to find out more.

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