go: Update to version 1.12.2

This commit is contained in:
Richard Kuhnt 2019-04-05 21:00:23 +00:00
parent 54f973be51
commit 5b5f03f809

10
go.json
View File

@ -1,5 +1,5 @@
{
"version": "1.12.1",
"version": "1.12.2",
"homepage": "https://golang.org",
"license": "BSD-3-Clause",
"extract_dir": "go",
@ -19,12 +19,12 @@
},
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go1.12.1.windows-amd64.zip",
"hash": "2f4849b512fffb2cf2028608aa066cc1b79e730fd146c7b89015797162f08ec5"
"url": "https://storage.googleapis.com/golang/go1.12.2.windows-amd64.zip",
"hash": "4197135ef2221c9d7772063e1bdcd3f51de37811b19a678db87d7fc735a218f9"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.12.1.windows-386.zip",
"hash": "f424dd3340c5739a87cfd1f836d387df69cecddce2a94f14a057261bb7068172"
"url": "https://storage.googleapis.com/golang/go1.12.2.windows-386.zip",
"hash": "12d61e2b448709c6c3cc6b1bdff87f0f5a54ed0a515a130f9cee4384cde3c993"
}
},
"checkver": "Build version go([\\d\\.]+)\\.",