docker / cli

The Docker CLI
Apache License 2.0
4.88k stars 1.92k forks source link

update to go1.21.11 #5117

Closed thaJeztah closed 4 months ago

thaJeztah commented 4 months 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 4 months ago

Codecov Report

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

Project coverage is 61.37%. Comparing base (f82007d) to head (630e1d3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5117 +/- ## ======================================= Coverage 61.37% 61.37% ======================================= Files 298 298 Lines 20717 20717 ======================================= Hits 12715 12715 Misses 7102 7102 Partials 900 900 ```