From 7fc4196f556f8d229b450e10b3e8f1c674c0e9ac Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 26 Feb 2019 02:00:23 +0000 Subject: [PATCH] go: Update to version 1.12 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index 96dd75434c..cf89b2c104 100644 --- a/go.json +++ b/go.json @@ -1,5 +1,5 @@ { - "version": "1.11.5", + "version": "1.12", "homepage": "https://golang.org", "license": "BSD-3-Clause", "extract_dir": "go", @@ -19,12 +19,12 @@ }, "architecture": { "64bit": { - "url": "https://storage.googleapis.com/golang/go1.11.5.windows-amd64.zip", - "hash": "1c734fe614fa052f44694e993f2d06f24a56b6703ee46fdfb2b9bf277819fe40" + "url": "https://storage.googleapis.com/golang/go1.12.windows-amd64.zip", + "hash": "880ced1aecef08b3471a84381b6c7e2c0e846b81dd97ecb629b534d941f282bd" }, "32bit": { - "url": "https://storage.googleapis.com/golang/go1.11.5.windows-386.zip", - "hash": "b569f7a45056ab810364d7ac9ee6357e9a098fc3e4c75e016948736fa93ee229" + "url": "https://storage.googleapis.com/golang/go1.12.windows-386.zip", + "hash": "c6606bfdc4d8b080fc40f72a072eb380ead77a02a4f99a6b953df6d9c7029970" } }, "checkver": "Build version go([\\d\\.]+)\\.",