Update go to version 1.9.2

This commit is contained in:
Richard Kuhnt 2017-10-26 00:00:24 +00:00
parent de9d9859f9
commit 12f694acff

10
go.json
View File

@ -1,5 +1,5 @@
{ {
"version": "1.9.1", "version": "1.9.2",
"homepage": "https://golang.org", "homepage": "https://golang.org",
"license": "https://golang.org/LICENSE", "license": "https://golang.org/LICENSE",
"persist": "go", "persist": "go",
@ -14,12 +14,12 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.9.2.windows-amd64.zip",
"hash": "8dc72a3881388e4e560c2e45f6be59860b623ad418e7da94e80fee012221cc81" "hash": "682ec3626a9c45b657c2456e35cadad119057408d37f334c6c24d88389c2164c"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go1.9.1.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.9.2.windows-386.zip",
"hash": "ea9c79c9e6214c9a78a107ef5a7bff775a281bffe8c2d50afa66d2d33998078a" "hash": "35d3be5d7b97c6d11ffb76c1b19e20a824e427805ee918e82c08a2e5793eda20"
} }
}, },
"checkver": "Build version go([\\d\\.]+)\\.", "checkver": "Build version go([\\d\\.]+)\\.",