go: Update to version 1.15.5

This commit is contained in:
Richard Kuhnt 2020-11-12 20:01:47 +00:00
parent b28fbdb8d7
commit 9299fcc901

View File

@ -1,5 +1,5 @@
{ {
"version": "1.15.4", "version": "1.15.5",
"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.4.windows-amd64.zip", "url": "https://dl.google.com/go/go1.15.5.windows-amd64.zip",
"hash": "3593204e3851be577e4209900ece031b36f1e9ce1671f3f3221c9af7a090a941" "hash": "1d24be3a200201a74be25e4134fbec467750e834e84e9c7789a9fc13248c5507"
}, },
"32bit": { "32bit": {
"url": "https://dl.google.com/go/go1.15.4.windows-386.zip", "url": "https://dl.google.com/go/go1.15.5.windows-386.zip",
"hash": "3be3cfc08ccc7e7056fdee17b6f5d18e9d7f3d1351dcfec8de34b1c95cb05b50" "hash": "d812436c7e3482ba3c97172edf26afaf35aca60a5621ff4a5f6a08386505ab9c"
} }
}, },
"extract_dir": "go", "extract_dir": "go",