This commit is contained in:
Keiichi Shimamura 2015-09-10 22:53:39 -04:00
parent ea149ff8ab
commit a16f5d14a8

10
go.json
View File

@ -1,15 +1,15 @@
{ {
"version": "1.5", "version": "1.5.1",
"homepage": "http://golang.org", "homepage": "http://golang.org",
"license": "http://golang.org/LICENSE", "license": "http://golang.org/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go1.5.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.5.1.windows-amd64.zip",
"hash": "sha1:559cddfd341c20531689efad5412dcc304f8d85b" "hash": "sha1:7815772347ad3e11a096d927c65bfb15d5b0f490"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go1.5.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.5.1.windows-386.zip",
"hash": "sha1:f5014cd70be18b79bc401f1e35c8d73062124bf0" "hash": "sha1:bb071ec45ef39cd5ed9449b54c5dd083b8233bfa"
} }
}, },
"extract_dir": "go", "extract_dir": "go",