sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1k stars 178 forks source link

Upgrade to Go 1.21.3 #5034

Closed amdprophet closed 8 months ago

amdprophet commented 8 months ago

What is this change?

Upgrades Go to 1.21.3.

Why is this change necessary?

We're far behind on keeping up to date with the latest Go versions.

Does your change need a Changelog entry?

Yes.

Do you need clarification on anything?

No.

Were there any complications while making this change?

Yes, we had to merge #5033 to fix an issue with the types module.

Have you reviewed and updated the documentation for this change? Is new documentation required?

No new documentation is required.

How did you verify this change?

Unit tests.

Is this change a patch?

No.