From 5764396ba88010da6af9546c370272b24570e08d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Jun 2021 19:00:23 +0000 Subject: [PATCH] go: Update to version 1.15 --- bucket/go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go.json b/bucket/go.json index ae70766dc1..f4a1f89242 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,5 +1,5 @@ { - "version": "1.16.5", + "version": "1.15", "description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.", "homepage": "https://golang.org", "license": "BSD-3-Clause", @@ -10,12 +10,12 @@ ], "architecture": { "64bit": { - "url": "https://dl.google.com/go/go1.16.5.windows-amd64.zip", - "hash": "0a3fa279ae5b91bc8c88017198c8f1ba5d9925eb6e5d7571316e567c73add39d" + "url": "https://dl.google.com/go/go1.15.windows-amd64.zip", + "hash": "dc491314dff5b87ad50bf1cf56715de8f8c54489be30f3e19239bc2ad1af25e3" }, "32bit": { - "url": "https://dl.google.com/go/go1.16.5.windows-386.zip", - "hash": "bee3e7b3dda252725de4df63f5182b30e579bf9f613bda2efe0e0919fe34112d" + "url": "https://dl.google.com/go/go1.15.windows-386.zip", + "hash": "e0c747610a73030cadba6f6ac319bca33cfff19b1f58c010727ea55fb2b0cab1" } }, "extract_dir": "go",