1
0
mirror of https://github.com/minio/minio synced 2024-07-05 17:08:43 +00:00

minimum Go version 1.13 (#8561)

This commit is contained in:
Bruce Wang 2019-11-22 14:32:34 +08:00 committed by Nitish Tiwari
parent f96e902f63
commit fb708b6b64

View File

@ -83,7 +83,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.12](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.13](https://golang.org/dl/#stable)
```sh
GO111MODULE=on go get github.com/minio/minio