go: Update to version 1.16.1

This commit is contained in:
Richard Kuhnt 2021-03-10 17:00:27 +00:00
parent a78809eb88
commit b626d913d9

View File

@ -1,5 +1,5 @@
{
"version": "1.16",
"version": "1.16.1",
"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.16.windows-amd64.zip",
"hash": "5cc88fa506b3d5c453c54c3ea218fc8dd05d7362ae1de15bb67986b72089ce93"
"url": "https://dl.google.com/go/go1.16.1.windows-amd64.zip",
"hash": "5349a85c190d953e9d59570cad6798c57b18e0bd93794927f25a89e695a5b5be"
},
"32bit": {
"url": "https://dl.google.com/go/go1.16.windows-386.zip",
"hash": "481492a17d42193d471b93b7a06da3555331bd833b76336afc87be820c48933f"
"url": "https://dl.google.com/go/go1.16.1.windows-386.zip",
"hash": "604a220963932623af4568b1fa11204c2d58d48595a8bdf04c1e9e00359baeb4"
}
},
"extract_dir": "go",