update docs to indicate go1.14 is minimum

This commit is contained in:
Harshavardhana
2020-09-09 11:27:48 -07:00
parent 16e1a25bc0
commit 52e21bc853
3 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ service minio start
```
## Install from Source
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://golang.org/doc/install). Minimum version required is [go1.13](https://golang.org/dl/#stable)
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://golang.org/doc/install). Minimum version required is [go1.14](https://golang.org/dl/#stable)
```sh
GO111MODULE=on go get github.com/minio/minio