go: Update to version 1.17.3

This commit is contained in:
Richard Kuhnt 2021-11-04 16:00:32 +00:00
parent a2b87457b3
commit dde6c4559e

View File

@ -1,5 +1,5 @@
{ {
"version": "1.17.2", "version": "1.17.3",
"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.2.windows-amd64.zip", "url": "https://dl.google.com/go/go1.17.3.windows-amd64.zip",
"hash": "fa6da0b829a66f5fab7e4e312fd6aa1b2d8f045c7ecee83b3d00f6fe5306759a" "hash": "e78684b955742e215926204afc6ed62b9d165b509e25a687d62902516f08726b"
}, },
"32bit": { "32bit": {
"url": "https://dl.google.com/go/go1.17.2.windows-386.zip", "url": "https://dl.google.com/go/go1.17.3.windows-386.zip",
"hash": "8a85257a351996fdf045fe95ed5fdd6917dd48636d562dd11dedf193005a53e0" "hash": "cc7e7f7254f8cea95f6ea24dc723d231ade2de4d258e1fa80479f5ff74c38209"
} }
}, },
"extract_dir": "go", "extract_dir": "go",