Skip to content

Commit

Permalink
_content/doc/go1.24: remove draft notice
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cherrymui authored and gopherbot committed Feb 11, 2025
1 parent 255602d commit 3465a93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _content/doc/go1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ template: false
main ul li { margin: 0.5em 0; }
</style>

## DRAFT RELEASE NOTES — Introduction to Go 1.24 {#introduction}
## Introduction to Go 1.24 {#introduction}

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

## Changes to the language {#language}

Expand Down

0 comments on commit 3465a93

Please sign in to comment.