File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ template: false
7
7
main ul li { margin : 0.5em 0 ; }
8
8
</style >
9
9
10
- ## DRAFT RELEASE NOTES — Introduction to Go 1.24 {#introduction}
10
+ ## Introduction to Go 1.24 {#introduction}
11
11
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.
14
16
15
17
## Changes to the language {#language}
16
18
You can’t perform that action at this time.
0 commit comments