main ul li { margin: 0.5em 0; }
</style>
-## Introduction to Go 1.XX {#introduction}
+## DRAFT RELEASE NOTES — Introduction to Go 1.N {#introduction}
+**Go 1.N is not yet released. These are work-in-progress release notes.
+Go 1.N is expected to be released in {Month} {Year}.**
main ul li { margin: 0.5em 0; }
</style>
-## Introduction to Go 1.23 {#introduction}
+## DRAFT RELEASE NOTES — Introduction to Go 1.23 {#introduction}
+**Go 1.23 is not yet released. These are work-in-progress release notes.
+Go 1.23 is expected to be released in August 2024.**
### Go command {#go-command}
Setting the `GOROOT_FINAL` environment variable no longer has an effect
-([#62047](https://go.dev/issue/62047)).
+([#62047](/issue/62047)).
Distributions that install the `go` command to a location other than
`$GOROOT/bin/go` should install a symlink instead of relocating
or copying the `go` binary.
### Vet {#vet}
The `go vet` subcommand now includes the
-[stdversion](https://beta.pkg.go.dev/golang.org/x/tools/go/analysis/passes/stdversion)
+[stdversion](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/stdversion)
analyzer, which flags references to symbols that are too new for the version
of Go in effect in the referring file. (The effective version is determined
by the `go` directive in the file's enclosing `go.mod` file, and