Commit 34f4058d authored by Kirill Smelkov's avatar Kirill Smelkov

golang: v↑ go1.14 (1.14.9 -> 1.14.10)

Going Go1.14.9 -> Go1.14.10 brings in compiler and runtime fixes
including fix for crash in garbage-collector due to race condition:

https://github.com/golang/go/issues/40642
https://github.com/golang/go/issues/40641

Tested on helloworld SR.
parent d75a24be
......@@ -52,8 +52,8 @@ environment-extra =
[golang1.14]
<= golang-common
url = https://golang.org/dl/go1.14.9.src.tar.gz
md5sum = 6f6dd1377421d27ca4bb607283b31738
url = https://golang.org/dl/go1.14.10.src.tar.gz
md5sum = c0b485e8ac8b1978b5164e3e200150fa
# go1.14 needs go1.4 to bootstrap
environment-extra =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment