go: Update to version 1.16

This commit is contained in:
Richard Kuhnt 2021-02-16 20:00:25 +00:00
parent a7392338ac
commit 188f1b90ed

View File

@ -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.", "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.15.8.windows-amd64.zip", "url": "https://dl.google.com/go/go1.16.windows-amd64.zip",
"hash": "ef05b7141d3c217fb076f0e27249e144296234df96ead8751c0b76784079df97" "hash": "5cc88fa506b3d5c453c54c3ea218fc8dd05d7362ae1de15bb67986b72089ce93"
}, },
"32bit": { "32bit": {
"url": "https://dl.google.com/go/go1.15.8.windows-386.zip", "url": "https://dl.google.com/go/go1.16.windows-386.zip",
"hash": "091cf23efe75e1e039e10808878d56467f12a28edb0de935ce5aab31aab5d52c" "hash": "481492a17d42193d471b93b7a06da3555331bd833b76336afc87be820c48933f"
} }
}, },
"extract_dir": "go", "extract_dir": "go",