diff --git a/go.json b/go.json index ec6670b0ff..f047f64b44 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.3", + "version": "1.3.1", "homepage": "http://golang.org", "license": "http://golang.org/LICENSE", "architecture": { "64bit": { - "url": "http://golang.org/dl/go1.3.windows-amd64.zip", - "hash": "sha1:1e4888e1494aed7f6934acb5c4a1ffb0e9a022b1" + "url": "https://storage.googleapis.com/golang/go1.3.1.windows-amd64.zip", + "hash": "sha1:4548785cfa3bc228d18d2d06e39f58f0e4e014f1" }, "32bit": { - "url": "http://golang.org/dl/go1.3.windows-386.zip", - "hash": "sha1:e4e5279ce7d8cafdf210a522a70677d5b9c7589d" + "url": "https://storage.googleapis.com/golang/go1.3.1.windows-386.zip", + "hash": "sha1:64f99e40e79e93a622e73d7d55a5b8340f07747f" } }, "extract_dir": "go",