Azure / fleet

Multi-cluster core
MIT License
76 stars 22 forks source link

chore: upgrade go version to 1.22.4 #857

Closed zhiying-lin closed 3 months ago

zhiying-lin commented 3 months ago

Description of your changes

https://github.com/Azure/fleet/actions/runs/9574800698/job/26398647455 Fix CVE-2024-24790 ┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │ ├─────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤ │ stdlib │ CVE-2024-24790 │ CRITICAL │ fixed │ 1.22.3 │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │ │ │ │ │ │ │ │ IPv4-mapped IPv6 addresses │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-24790 │ └─────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘

upgrade go version when building images

Fixes #

I have:

How has this code been tested

Special notes for your reviewer