mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
minimum Go version 1.13 (#8561)
This commit is contained in:
parent
f96e902f63
commit
fb708b6b64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user