From b40457ad634c3861bf1b942918d9399703d32ed7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 4 Oct 2017 21:01:47 +0000 Subject: [PATCH] Update go to version 1.9.1 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index 017a94f6ab..4452b771a2 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.9", + "version": "1.9.1", "homepage": "https://golang.org", "license": "https://golang.org/LICENSE", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/golang/go1.9.windows-amd64.zip", - "hash": "874b144b994643cff1d3f5875369d65c01c216bb23b8edddf608facc43966c8b" + "url": "https://storage.googleapis.com/golang/go1.9.1.windows-amd64.zip", + "hash": "8dc72a3881388e4e560c2e45f6be59860b623ad418e7da94e80fee012221cc81" }, "32bit": { - "url": "https://storage.googleapis.com/golang/go1.9.windows-386.zip", - "hash": "ecfe6f5be56acedc56cd9ff735f239a12a7c94f40b0ea9753bbfd17396f5e4b9" + "url": "https://storage.googleapis.com/golang/go1.9.1.windows-386.zip", + "hash": "ea9c79c9e6214c9a78a107ef5a7bff775a281bffe8c2d50afa66d2d33998078a" } }, "extract_dir": "go",