From 82d548039cea6f92e1a44f8f6a0e60cb09329d16 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 10 May 2014 09:42:32 +1000 Subject: [PATCH] go 1.2.2 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",