Update go alt-version link in the readme

The link to the go documentation changed because they reorganized the
page.
This commit is contained in:
Zorchenhimer 2020-09-04 18:57:04 -04:00
parent fa72c4cf35
commit 4e1e73b385
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ online.
### Older Go Versions
You can install a newer version of Go alongside your OS's distribution by
following the guide here: [https://golang.org/doc/install#extra_versions](https://golang.org/doc/install#extra_versions)
following the guide here: [https://golang.org/doc/manage-install](https://golang.org/doc/manage-install)
Once you have that setup add an enviromnent variable named `GO_VERSION` and
set it to the version you installed (eg, `1.14.1`). The Makefile will now use