docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.05k stars 166 forks source link

update go to go1.20.5 #293

Closed thaJeztah closed 1 year ago

thaJeztah commented 1 year ago

go1.20.5 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages. See the Go 1.20.5 milestone on our issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.20.5+label%3ACherryPickApproved

full diff: https://github.com/golang/go/compare/go1.20.4...go1.20.5

These minor releases include 3 security fixes following the security policy:

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +5.89 :tada:

Comparison is base (c842499) 52.74% compared to head (a6e03c6) 58.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #293 +/- ## ========================================== + Coverage 52.74% 58.64% +5.89% ========================================== Files 9 6 -3 Lines 673 353 -320 ========================================== - Hits 355 207 -148 + Misses 271 123 -148 + Partials 47 23 -24 ``` [see 3 files with indirect coverage changes](https://app.codecov.io/gh/docker/docker-credential-helpers/pull/293/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=docker)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.