Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 503 Bytes

GO-VERSION-SUPPORT.md

File metadata and controls

5 lines (3 loc) · 503 Bytes

Go Version Support Policy

By default, all packages, services, applications, and utilities written with Golang support the last two major versions (for example, 1.22 and 1.23). You can check the latest versions on this page. Some packages may support more than two recent major versions, but any problems related to older versions will be fixed with lower priority.

For security reasons, the go.mod file may require the latest available minor version (e.g. 1.22.7).