Update go to version 1.7.5

This commit is contained in:
Richard Kuhnt 2017-01-30 17:58:31 +01:00
parent f1b34cf8f3
commit a829d7d163

10
go.json
View File

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