go: Update to version 1.15

This commit is contained in:
Richard Kuhnt 2021-06-16 19:00:23 +00:00
parent 6f70c3fec3
commit 5764396ba8

View File

@ -1,5 +1,5 @@
{
"version": "1.16.5",
"version": "1.15",
"description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.",
"homepage": "https://golang.org",
"license": "BSD-3-Clause",
@ -10,12 +10,12 @@
],
"architecture": {
"64bit": {
"url": "https://dl.google.com/go/go1.16.5.windows-amd64.zip",
"hash": "0a3fa279ae5b91bc8c88017198c8f1ba5d9925eb6e5d7571316e567c73add39d"
"url": "https://dl.google.com/go/go1.15.windows-amd64.zip",
"hash": "dc491314dff5b87ad50bf1cf56715de8f8c54489be30f3e19239bc2ad1af25e3"
},
"32bit": {
"url": "https://dl.google.com/go/go1.16.5.windows-386.zip",
"hash": "bee3e7b3dda252725de4df63f5182b30e579bf9f613bda2efe0e0919fe34112d"
"url": "https://dl.google.com/go/go1.15.windows-386.zip",
"hash": "e0c747610a73030cadba6f6ac319bca33cfff19b1f58c010727ea55fb2b0cab1"
}
},
"extract_dir": "go",