docker / cli

The Docker CLI
Apache License 2.0
4.75k stars 1.88k forks source link

[26.1 backport] update to go1.21.11, Alpine 3.20 #5118

Closed thaJeztah closed 1 month ago

thaJeztah commented 1 month ago

go1.21.11 (released 2024-06-04) includes security fixes to the archive/zip and net/netip packages, as well as bug fixes to the compiler, the go command, the runtime, and the os package. See the Go 1.21.11 milestone on our issue tracker for details;

From the security announcement;

We have just released Go versions 1.22.4 and 1.21.11, minor point releases. These minor releases include 2 security fixes following the security policy:

- What I did

- How I did it

- How to verify it

- Description for the changelog

update go runtime to go1.21.11, which includes fixes for CVE-2024-24789, CVE-2024-24790

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 61.34%. Comparing base (5dab297) to head (0576b3d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 26.1 #5118 +/- ## ========================================== - Coverage 61.35% 61.34% -0.01% ========================================== Files 298 295 -3 Lines 20712 20707 -5 ========================================== - Hits 12707 12702 -5 + Misses 7103 7102 -1 - Partials 902 903 +1 ```