go: Update to version 1.17.4

This commit is contained in:
Richard Kuhnt 2021-12-03 00:00:41 +00:00
parent 9a0eb8f031
commit 95685bc333

View File

@ -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.", "description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.",
"homepage": "https://golang.org", "homepage": "https://golang.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -10,12 +10,12 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.google.com/go/go1.17.3.windows-amd64.zip", "url": "https://dl.google.com/go/go1.17.4.windows-amd64.zip",
"hash": "e78684b955742e215926204afc6ed62b9d165b509e25a687d62902516f08726b" "hash": "903cffeb7c6ab7490b9101086a2b978076bd9356e56369404b9c45dff866da77"
}, },
"32bit": { "32bit": {
"url": "https://dl.google.com/go/go1.17.3.windows-386.zip", "url": "https://dl.google.com/go/go1.17.4.windows-386.zip",
"hash": "cc7e7f7254f8cea95f6ea24dc723d231ade2de4d258e1fa80479f5ff74c38209" "hash": "8492a7af7eb414fdf655a716df315cf341c2d36a4183df8eefc263f4e288645d"
} }
}, },
"extract_dir": "go", "extract_dir": "go",