Go 1.25.0-1 Microsoft build now available

Wait 5 sec.

A new release of the Microsoft build of Go is now available for download.For more information about this release and the changes included, see the table below:Microsoft ReleaseUpstream Tagv1.25.0-1go1.25.0 release notesGo 1.23 is no longer supported, per the Go release policy.System-provided cryptography enabled by defaultThe Microsoft build of Go 1.25 enables the systemcrypto experiment by default: Linux: Uses OpenSSL (requires cgo) Windows: Uses CNG (does not require cgo)Note: macOS: system-provided crypto backend remains in preview and is not enabled by default.This aligns with Microsoft's internal security and compliance policies. You may need to take action if your builds rely on Linux without cgo, use distroless containers, or have cross-distro deployment requirements.To opt out of systemcrypto, set the GOEXPERIMENT environment variable to include nosystemcrypto.For full documentation, see the Microsoft build of Go FIPS guide.Telemetry collection enabledThe Microsoft build of Go 1.25 introduces opt-out telemetry collection to help us prioritize features, identify performance bottlenecks, and understand real-world developer workflows. All telemetry is anonymized and handled in accordance with Microsoft's privacy policies.To disable telemetry, set the MS_GOTOOLCHAIN_TELEMETRY_ENABLED environment variable to be 0.