build: raise minimum go version to go1.15

This was necessary because go1.14 seems to have a modules related bug
which means it tries to build modules even though the uses of them are
all disabled with build constraints. This seems to be fixed in go1.15.
This commit is contained in:
Nick Craig-Wood
2021-11-10 15:40:36 +00:00
parent 3661791e82
commit c968c3e41c
3 changed files with 6 additions and 12 deletions

View File

@@ -190,7 +190,7 @@ kill %1
## Install from source ##
Make sure you have at least [Go](https://golang.org/) go1.14
Make sure you have at least [Go](https://golang.org/) go1.15
installed. [Download go](https://golang.org/dl/) if necessary. The
latest release is recommended. Then