go: Update to version 1.11.2

This commit is contained in:
Richard Kuhnt 2018-11-02 23:00:23 +00:00
parent 039f9d7825
commit 6178cbd5d6

10
go.json
View File

@ -1,5 +1,5 @@
{ {
"version": "1.11.1", "version": "1.11.2",
"homepage": "https://golang.org", "homepage": "https://golang.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"extract_dir": "go", "extract_dir": "go",
@ -19,12 +19,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go1.11.1.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.11.2.windows-amd64.zip",
"hash": "230a08d4260ded9d769f072512a49bffe8bfaff8323e839c2db7cf7c9c788130" "hash": "086c59df0dce54d88f30edd50160393deceb27e73b8d6b46b9ee3f88b0c02e28"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go1.11.1.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.11.2.windows-386.zip",
"hash": "5cc3681c954e23d40b0c2565765ec34f4b4e834348e03e1d1e6fd1c3a75b8202" "hash": "c0c5ab568d9cf260cd7d281e0a489ef91f4b943813d99dac78b61607dca17283"
} }
}, },
"checkver": "Build version go([\\d\\.]+)\\.", "checkver": "Build version go([\\d\\.]+)\\.",