diff --git a/_content/doc/go1.18.html b/_content/doc/go1.18.html index 2efb6363..7646c227 100644 --- a/_content/doc/go1.18.html +++ b/_content/doc/go1.18.html @@ -14,13 +14,15 @@ main ul li { margin: 0.5em 0; } -

DRAFT RELEASE NOTES — Introduction to Go 1.18

+

Introduction to Go 1.18

- - Go 1.18 is not yet released. These are work-in-progress - release notes. Go 1.18 is expected to be released in March 2022. - + The latest Go release, version 1.18, + is a significant release, including changes to the language, + implementation of the toolchain, runtime, and libraries. + Go 1.18 arrives seven months after Go 1.17. + 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.

Changes to the language