This commit is contained in:
Luke Sampson 2014-05-10 09:42:32 +10:00
parent a8374625c2
commit 82d548039c

10
go.json
View File

@ -1,15 +1,15 @@
{ {
"version": "1.2.1", "version": "1.2.2",
"homepage": "http://golang.org", "homepage": "http://golang.org",
"license": "http://golang.org/LICENSE", "license": "http://golang.org/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://go.googlecode.com/files/go1.2.1.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.2.2.windows-amd64.zip",
"hash": "sha1:60fea3a6b36dab5e79909c338fd3c1e92cccfbe1" "hash": "sha1:9ee22fe6c4d98124d582046aab465ab69eaab048"
}, },
"32bit": { "32bit": {
"url": "https://go.googlecode.com/files/go1.2.1.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.2.2.windows-386.zip",
"hash": "sha1:60fea3a6b36dab5e79909c338fd3c1e92cccfbe1" "hash": "sha1:560bb33ec70ab733f31ff15f1a48fe35963983b9"
} }
}, },
"extract_dir": "go", "extract_dir": "go",