apache / trafficcontrol

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

Update Go version to 1.23.0 #8061

Closed zrhoffman closed 3 months ago

zrhoffman commented 3 months ago

What does this PR (Pull Request) do?

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

See the Go 1.23.0 release notes:

The latest Go release, version 1.23, arrives six months after Go 1.22. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before.

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