From 62a81a9c841735ad27b68e37f342a9ba3825654c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Este-Gracias?= Date: Sat, 20 Dec 2014 16:12:20 +0100 Subject: [PATCH] Go 1.4 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index 79030027d4..c95193e23d 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.3.3", + "version": "1.4", "homepage": "http://golang.org", "license": "http://golang.org/LICENSE", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/golang/go1.3.3.windows-amd64.zip", - "hash": "sha1:5f0b3b104d3db09edd32ef1d086ba20bafe01ada" + "url": "https://storage.googleapis.com/golang/go1.4.windows-amd64.zip", + "hash": "sha1:44f103d558b293919eb680041625c262dd00eb9a" }, "32bit": { - "url": "https://storage.googleapis.com/golang/go1.3.3.windows-386.zip", - "hash": "sha1:ba99083b22e0b22b560bb2d28b9b99b405d01b6b" + "url": "https://storage.googleapis.com/golang/go1.4.windows-386.zip", + "hash": "sha1:cb18d8122bfd3bbba20fa1a19b8f7566dcff795d" } }, "extract_dir": "go",