go: Fix download URL (#198)

This commit is contained in:
慕枫java 2019-07-01 10:30:19 +08:00 committed by Hsiao-nan Cheung
parent df1d42d0bf
commit d2529a5a95

View File

@ -19,11 +19,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go1.12.6.windows-amd64.zip", "url": "https://dl.google.com/go/go1.12.6.windows-amd64.zip",
"hash": "9badf7bbc0ed55f2db967434b033a2cddf2e46dbdc5bb8560d8fde019e8e19d3" "hash": "9badf7bbc0ed55f2db967434b033a2cddf2e46dbdc5bb8560d8fde019e8e19d3"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go1.12.6.windows-386.zip", "url": "https://dl.google.com/go/go1.12.6.windows-386.zip",
"hash": "9d5644ef8e94ad0853e1a86d5465a4600fe5b2cedc946fff80de46135eab2486" "hash": "9d5644ef8e94ad0853e1a86d5465a4600fe5b2cedc946fff80de46135eab2486"
} }
}, },
@ -31,10 +31,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-amd64.zip" "url": "https://dl.google.com/go/go$version.windows-amd64.zip"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-386.zip" "url": "https://dl.google.com/go/go$version.windows-386.zip"
} }
}, },
"hash": { "hash": {