1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:46:58 -07:00

doc: correct link in 1.11.8 notes

Change-Id: I09e0c2720ec0a51dc73c24b4550a749448656025
Reviewed-on: https://go-review.googlesource.com/c/go/+/171143
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Bonventre 2019-04-08 16:07:49 -04:00
parent 739a78f2b8
commit 6f512c8d66

View File

@ -124,7 +124,7 @@ go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
<p>
go1.11.8 (released 2019/04/08) fixes an issue where using the prebuilt binary
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.
Only Linux users who hit this issue need to update.
</p>