minimum Go version 1.13 (#8561)

master
Bruce Wang 5 years ago committed by Nitish Tiwari
parent f96e902f63
commit fb708b6b64
  1. 2
      README.md

@ -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…
Cancel
Save