doc: correct link in 1.12.3 notes

Change-Id: I6dd60ea7b8a8756be97503e163c2386af16e4e12
Reviewed-on: https://go-review.googlesource.com/c/go/+/171144
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Bonventre 2019-04-08 16:09:15 -04:00
parent 6f512c8d66
commit 973c0312e3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ command, the runtime, and the <code>doc</code>, <code>net</code>,
<p> <p>
go1.12.3 (released 2019/04/08) fixes an issue where using the prebuilt binary go1.12.3 (released 2019/04/08) fixes an issue where using the prebuilt binary
releases on older versions of GNU/Linux releases on older versions of GNU/Linux
<a href="https://golang/go/issues/31293">led to failures</a> <a href="https://golang.org/issues/31293">led to failures</a>
when linking programs that used cgo. when linking programs that used cgo.
Only Linux users who hit this issue need to update. Only Linux users who hit this issue need to update.
</p> </p>