Update Go version in readme

Also added instructions for installing a newer version of Go alongside
the OS version and using that instead.
This commit is contained in:
Zorchenhimer 2020-03-22 11:06:35 -04:00
parent 5b06603977
commit 6996621c0e
1 changed files with 10 additions and 1 deletions

View File

@ -8,9 +8,18 @@ online.
## Build requirements
- Go 1.12 or newer
- Go 1.13 or newer
- GNU Make
### 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)
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
the newer version.
## Install
To just download and run: