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