From 188f1b90ed28cd3f047ff375ff6b26c2358d6d31 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 16 Feb 2021 20:00:25 +0000 Subject: [PATCH] go: Update to version 1.16 --- bucket/go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go.json b/bucket/go.json index 57c358e422..e3c3527b9e 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,5 +1,5 @@ { - "version": "1.15.8", + "version": "1.16", "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.15.8.windows-amd64.zip", - "hash": "ef05b7141d3c217fb076f0e27249e144296234df96ead8751c0b76784079df97" + "url": "https://dl.google.com/go/go1.16.windows-amd64.zip", + "hash": "5cc88fa506b3d5c453c54c3ea218fc8dd05d7362ae1de15bb67986b72089ce93" }, "32bit": { - "url": "https://dl.google.com/go/go1.15.8.windows-386.zip", - "hash": "091cf23efe75e1e039e10808878d56467f12a28edb0de935ce5aab31aab5d52c" + "url": "https://dl.google.com/go/go1.16.windows-386.zip", + "hash": "481492a17d42193d471b93b7a06da3555331bd833b76336afc87be820c48933f" } }, "extract_dir": "go",