Skip to content

Commit 3465a93

Browse files
cherrymuigopherbot
authored andcommitted
_content/doc/go1.24: remove draft notice
Fixes golang/go#68545. Change-Id: I0c324f299d51e1e30ba18ee127701ce8ff8201a0 Reviewed-on: https://go-review.googlesource.com/c/website/+/647797 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 255602d commit 3465a93

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_content/doc/go1.24.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ template: false
77
main ul li { margin: 0.5em 0; }
88
</style>
99

10-
## DRAFT RELEASE NOTES — Introduction to Go 1.24 {#introduction}
10+
## Introduction to Go 1.24 {#introduction}
1111

12-
**Go 1.24 is not yet released. These are work-in-progress release notes.
13-
Go 1.24 is expected to be released in February 2025.**
12+
The latest Go release, version 1.24, arrives six months after [Go 1.23](/doc/go1.23).
13+
Most of its changes are in the implementation of the toolchain, runtime, and libraries.
14+
As always, the release maintains the Go 1 [promise of compatibility](/doc/go1compat).
15+
We expect almost all Go programs to continue to compile and run as before.
1416

1517
## Changes to the language {#language}
1618

0 commit comments

Comments
 (0)