blob: cc9b724c4e5f0d5bd3346d7529c5c6364eabace2 [file] [log] [blame]
<p>Hello gophers,</p>
<p>We have just released go1.23rc1, a release candidate version of Go 1.23.<br>
It is cut from release-branch.go1.23 at the revision tagged go1.23rc1.</p>
<p>Please try your production load tests and unit tests with the new version.<br>
Your help testing these pre-release versions is invaluable.</p>
<p>Report any problems using the issue tracker:<br>
<a href="https://go.dev/issue/new">https://go.dev/issue/new</a></p>
<p>If you have Go installed already, an easy way to try go1.23rc1<br>
is by using the go command:</p>
<pre><code>$ go install golang.org/dl/go1.23rc1@latest
$ go1.23rc1 download
</code></pre>
<p>You can download binary and source distributions from the usual place:<br>
<a href="https://go.dev/dl/#go1.23rc1">https://go.dev/dl/#go1.23rc1</a></p>
<p>To help validate the release, consider opting in to <a href="https://go.dev/doc/telemetry">Go toolchain telemetry</a>.<br>
You can opt in by running the following command:</p>
<pre><code>$ go1.23rc1 telemetry on
</code></pre>
<p>To find out what has changed in Go 1.23, read the draft release notes:<br>
<a href="https://tip.golang.org/doc/go1.23">https://tip.golang.org/doc/go1.23</a></p>
<p>Cheers,<br>
The Go team</p>