Update go to version 1.9.1

This commit is contained in:
Richard Kuhnt 2017-10-04 21:01:47 +00:00
parent 74b4d24b1f
commit b40457ad63

10
go.json
View File

@ -1,15 +1,15 @@
{
"version": "1.9",
"version": "1.9.1",
"homepage": "https://golang.org",
"license": "https://golang.org/LICENSE",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go1.9.windows-amd64.zip",
"hash": "874b144b994643cff1d3f5875369d65c01c216bb23b8edddf608facc43966c8b"
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-amd64.zip",
"hash": "8dc72a3881388e4e560c2e45f6be59860b623ad418e7da94e80fee012221cc81"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.9.windows-386.zip",
"hash": "ecfe6f5be56acedc56cd9ff735f239a12a7c94f40b0ea9753bbfd17396f5e4b9"
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-386.zip",
"hash": "ea9c79c9e6214c9a78a107ef5a7bff775a281bffe8c2d50afa66d2d33998078a"
}
},
"extract_dir": "go",