Commit 944edd5e authored by Kirill Smelkov's avatar Kirill Smelkov

golang: v↑ go1.15 (1.15.10 -> 1.15.11)

Going Go1.15.10 -> Go1.15.11 brings in fixes to compiler, runtime and stdlib:

https://golang.org/doc/devel/release.html#go1.15.minor

Tested on helloworld SR (by adjusting it to use go1.15 instead of go1.16).
parent a3c2a4a0
Pipeline #14743 failed with stage
in 0 seconds
......@@ -44,8 +44,8 @@ environment-extra =
[golang1.15]
<= golang-common
url = https://golang.org/dl/go1.15.10.src.tar.gz
md5sum = 898a4aea4bf5d4adc924154e347acfa3
url = https://golang.org/dl/go1.15.11.src.tar.gz
md5sum = bd7617d2b959eb6e0b0df2a19e435a06
# go1.15 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