Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/getgo: determine current version via /dl/?mode=json API
The getgo tool was using the golang.org version as the latest version to fetch. But this is not always the latest version. We now use https://golang.org/dl/?mode=json which is the official latest version. Fixes golang/go#42676 Change-Id: I1cd90bfba12b19759599e89b7b4a095700999c09 Reviewed-on: https://go-review.googlesource.com/c/tools/+/270878 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]> Trust: Dmitri Shuralyov <[email protected]> Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]>
- Loading branch information