From a829d7d16356ef7da2b7c74ee2d49baf22526baa Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 30 Jan 2017 17:58:31 +0100 Subject: [PATCH] Update go to version 1.7.5 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index d695cb1bc7..afc9102edf 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.7.4", + "version": "1.7.5", "homepage": "https://golang.org", "license": "https://golang.org/LICENSE", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip", - "hash": "36739164fed38a6da908813aba48d72fb22fea923de5611a85a81135b7cfceb9" + "url": "https://storage.googleapis.com/golang/go1.7.5.windows-amd64.zip", + "hash": "01eb518cb5a12edd6cf7380ec17ebedee755e3ce7e5362febeebb9e70e45fcaa" }, "32bit": { - "url": "https://storage.googleapis.com/golang/go1.7.4.windows-386.zip", - "hash": "49df7846ab04d6106cc501526c14c055788e8c67590a967fb4abef7b8b70751f" + "url": "https://storage.googleapis.com/golang/go1.7.5.windows-386.zip", + "hash": "de367304d1d654ff23d74a2644a457b7740c2da46bc3abedc46f1317f97316ad" } }, "extract_dir": "go",