Update go to version 1.8.3

This commit is contained in:
Richard Kuhnt 2017-05-25 00:01:12 +02:00
parent a0a65b26bb
commit 42114514cb

10
go.json
View File

@ -1,15 +1,15 @@
{ {
"version": "1.8.1", "version": "1.8.3",
"homepage": "https://golang.org", "homepage": "https://golang.org",
"license": "https://golang.org/LICENSE", "license": "https://golang.org/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/golang/go1.8.1.windows-amd64.zip", "url": "https://storage.googleapis.com/golang/go1.8.3.windows-amd64.zip",
"hash": "bb6f0fbef8b80c382455af8699bfbb7fe89256d4baf06d927feaeceb7342e4ee" "hash": "de026caef4c5b4a74f359737dcb2d14c67ca45c45093755d3b0d2e0ee3aafd96"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/golang/go1.8.1.windows-386.zip", "url": "https://storage.googleapis.com/golang/go1.8.3.windows-386.zip",
"hash": "9738365e64d4d80ea54487915c9bfc0c3bbaa7d68ec78487988f80ebe8129c57" "hash": "9e2bfcb8110a3c56f23b91f859963269bc29fd114190fecfd0a539395272a1c7"
} }
}, },
"extract_dir": "go", "extract_dir": "go",