apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.02k stars 339 forks source link

Update Go version to 1.22.2 #7982

Closed asf-ci-trafficcontrol closed 2 months ago

asf-ci-trafficcontrol commented 2 months ago

What does this PR (Pull Request) do?

This PR makes the Go components of Traffic Control build using Go version 1.22.2 and updates the golang.org/x/ dependencies.

See the Go 1.22.2 release notes:

go1.22.2 (released 2024-04-03) includes a security fix to the net/http package, as well as bug fixes to the compiler, the go command, the linker, and the encoding/gob, go/types, net/http, and runtime/trace packages. See the Go 1.22.2 milestone on our issue tracker for details.

Which Traffic Control components are affected by this PR?

What is the best way to verify this PR?

Run unit tests and API tests. Since this is only a patch-level version update, the only changes were bugfixes. Breaking changes would be unexpected.

The following criteria are ALL met by this PR