Skip to content

Commit 1875326

Browse files
dmitshurheschi
authored andcommitted
_content/doc/go1.18: remove draft notice
For golang/go#51683. Fixes golang/go#47694. Change-Id: I2d2842e78ba1c413b8171fd24f8fb18fa549c816 Reviewed-on: https://go-review.googlesource.com/c/website/+/390375 Trust: Dmitri Shuralyov <[email protected]> Reviewed-by: DO NOT USE <[email protected]>
1 parent 05b8ae1 commit 1875326

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

_content/doc/go1.18.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
main ul li { margin: 0.5em 0; }
1515
</style>
1616

17-
<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.18</h2>
17+
<h2 id="introduction">Introduction to Go 1.18</h2>
1818

1919
<p>
20-
<strong>
21-
Go 1.18 is not yet released. These are work-in-progress
22-
release notes. Go 1.18 is expected to be released in March 2022.
23-
</strong>
20+
The latest Go release, version 1.18,
21+
is a significant release, including changes to the language,
22+
implementation of the toolchain, runtime, and libraries.
23+
Go 1.18 arrives seven months after <a href="/doc/go1.17">Go 1.17</a>.
24+
As always, the release maintains the Go 1 <a href="/doc/go1compat">promise of compatibility</a>.
25+
We expect almost all Go programs to continue to compile and run as before.
2426
</p>
2527

2628
<h2 id="language">Changes to the language</h2>

0 commit comments

Comments
 (0)