From 8d5076f21c0e8b570aa0f21a9f1e56b07a3c9b7c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 25 Feb 2020 20:01:49 +0000 Subject: [PATCH] go: Update to version 1.14 --- bucket/go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go.json b/bucket/go.json index 6cc9a25713..78eb6d0284 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,5 +1,5 @@ { - "version": "1.13.8", + "version": "1.14", "homepage": "https://golang.org", "description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.", "license": "BSD-3-Clause", @@ -19,12 +19,12 @@ }, "architecture": { "64bit": { - "url": "https://dl.google.com/go/go1.13.8.windows-amd64.zip", - "hash": "aaf0888907144ca7070c8dad03fcf1308f77a42d2f6e4d2a609e64e9ae73cf4f" + "url": "https://dl.google.com/go/go1.14.windows-amd64.zip", + "hash": "cc2f1e8d19744fe0b2e979bf9a4f9d224e416f4f54cb6cf3aa8b5e9c0865de37" }, "32bit": { - "url": "https://dl.google.com/go/go1.13.8.windows-386.zip", - "hash": "00c765048392c78fd3681ea5279c408e21fc94f033a504a1158fc6279fb068e3" + "url": "https://dl.google.com/go/go1.14.windows-386.zip", + "hash": "adb634bedc4143b67c50b2e60f36a2cbcad6ab05ec41a972e2115701584170a2" } }, "checkver": {