docker / cli

The Docker CLI
Apache License 2.0
4.77k stars 1.89k forks source link

update to go1.21.10 #5064

Closed vvoland closed 2 months ago

vvoland commented 2 months ago

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

View the release notes for more information: https://go.dev/doc/devel/release#go1.22.3

- Description for the changelog

Update Go runtime to 1.21.10

Signed-off-by: Paweł Gronowski pawel.gronowski@docker.com

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 61.07%. Comparing base (0bdc20e) to head (eb99994).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5064 +/- ## ========================================== - Coverage 61.08% 61.07% -0.01% ========================================== Files 295 295 Lines 20670 20670 ========================================== - Hits 12626 12624 -2 - Misses 7146 7147 +1 - Partials 898 899 +1 ```