From 95685bc3333739297ec2e3d11515317897b1044c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 00:00:41 +0000 Subject: [PATCH] go: Update to version 1.17.4 --- bucket/go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go.json b/bucket/go.json index 7b9e4598ae..e3d1f1c447 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,5 +1,5 @@ { - "version": "1.17.3", + "version": "1.17.4", "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.17.3.windows-amd64.zip", - "hash": "e78684b955742e215926204afc6ed62b9d165b509e25a687d62902516f08726b" + "url": "https://dl.google.com/go/go1.17.4.windows-amd64.zip", + "hash": "903cffeb7c6ab7490b9101086a2b978076bd9356e56369404b9c45dff866da77" }, "32bit": { - "url": "https://dl.google.com/go/go1.17.3.windows-386.zip", - "hash": "cc7e7f7254f8cea95f6ea24dc723d231ade2de4d258e1fa80479f5ff74c38209" + "url": "https://dl.google.com/go/go1.17.4.windows-386.zip", + "hash": "8492a7af7eb414fdf655a716df315cf341c2d36a4183df8eefc263f4e288645d" } }, "extract_dir": "go",