{ "version": "1.19.5", "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", "notes": [ "Your GOROOT has been set to: $dir", "You can run 'go env GOROOT' to view this at any time.", "\"$env:USERPROFILE\\go\\bin\" has been added to your PATH." ], "architecture": { "64bit": { "url": "https://dl.google.com/go/go1.19.5.windows-amd64.zip", "hash": "167db91a2e40aeb453d3e59d213ecab06f62e1c4a84d13a06ccda1d999961caa" }, "32bit": { "url": "https://dl.google.com/go/go1.19.5.windows-386.zip", "hash": "8873f5871d996106b701febd979c5af022e6ea58bdbbb3817a28ab948b22c286" }, "arm64": { "url": "https://dl.google.com/go/go1.19.5.windows-arm64.zip", "hash": "85a75555e82d8aa6f486d8d29491c593389682acce9f0c270090d5938eee30ef" } }, "extract_dir": "go", "installer": { "script": "add_first_in_path \"$env:USERPROFILE\\go\\bin\" $global" }, "uninstaller": { "script": "remove_from_path \"$env:USERPROFILE\\go\\bin\" $global" }, "bin": [ "bin\\go.exe", "bin\\gofmt.exe" ], "env_set": { "GOROOT": "$dir" }, "checkver": { "url": "https://golang.org/dl/", "regex": "go([\\d.]+)\\.windows-" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dl.google.com/go/go$version.windows-amd64.zip" }, "32bit": { "url": "https://dl.google.com/go/go$version.windows-386.zip" }, "arm64": { "url": "https://dl.google.com/go/go$version.windows-arm64.zip" } }, "hash": { "url": "$url.sha256" } } }