Updating go to 1.8

This commit is contained in:
William McGann 2017-02-16 18:32:42 -05:00
parent ae76d4c76e
commit 367b6c88f3

10
go.json
View File

@ -1,15 +1,15 @@
{
"version": "1.7.5",
"version": "1.8",
"homepage": "https://golang.org",
"license": "https://golang.org/LICENSE",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go1.7.5.windows-amd64.zip",
"hash": "01eb518cb5a12edd6cf7380ec17ebedee755e3ce7e5362febeebb9e70e45fcaa"
"url": "https://storage.googleapis.com/golang/go1.8.windows-amd64.zip",
"hash": "cb27fe210f3a9d10329d48514895d2a1e3651125a7c3c758f0358a5bfc0e3060"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.7.5.windows-386.zip",
"hash": "de367304d1d654ff23d74a2644a457b7740c2da46bc3abedc46f1317f97316ad"
"url": "https://storage.googleapis.com/golang/go1.8.windows-386.zip",
"hash": "b8199a4af9327807803d2892268dfbffb615f98d717cd824833a97e77f981f46"
}
},
"extract_dir": "go",