blob: 65c27b57aadcd8b0347a525ca91e26a011f22875 [file] [log] [blame]
<p>Hello gophers,</p>
<p>We have just released go1.25rc1, a release candidate version of Go 1.25.<br>
It is cut from release-branch.go1.25 at the revision tagged go1.25rc1.</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>Please consider opting in to <a href="https://go.dev/doc/telemetry">Go telemetry</a> if you haven't already.<br>
Go telemetry helps validate this release candidate and future Go releases.<br>
You can opt in by running the following command:</p>
<pre><code>$ go telemetry on
</code></pre>
<p>If you have Go installed already, an easy way to try go1.25rc1<br>
is by using the go command:</p>
<pre><code>$ go install golang.org/dl/go1.25rc1@latest
$ go1.25rc1 download
</code></pre>
<p>You can download binary and source distributions from the usual place:<br>
<a href="https://go.dev/dl/#go1.25rc1">https://go.dev/dl/#go1.25rc1</a></p>
<p>To find out what has changed in Go 1.25, read the draft release notes:<br>
<a href="https://tip.golang.org/doc/go1.25">https://tip.golang.org/doc/go1.25</a></p>
<p>Cheers,<br>
The Go team</p>