From: Brad Fitzpatrick doc
, net
,
-go1.12.3 (released 2019/04/08) fixes an issue where using the prebuilt binary +go1.12.3 (released 2019/04/08) was accidentally released without its +intended fix. It is identical to go1.12.2, except for its version +number. The intended fix is in go1.12.4. +
+ ++go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. @@ -122,7 +128,13 @@ go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
-go1.11.8 (released 2019/04/08) fixes an issue where using the prebuilt binary +go1.11.8 (released 2019/04/08) was accidentally released without its +intended fix. It is identical to go1.11.7, except for its version +number. The intended fix is in go1.11.9. +
+ ++go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo.