From fb708b6b648f99c5be7b0801ccaabd1adeebe581 Mon Sep 17 00:00:00 2001 From: Bruce Wang Date: Fri, 22 Nov 2019 14:32:34 +0800 Subject: [PATCH] minimum Go version 1.13 (#8561) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f81507ff1..fc0e594f0 100644 --- a/README.md +++ b/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