From 52e21bc8536aab8e8906719379dbb5fb388b3c9f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 9 Sep 2020 11:27:48 -0700 Subject: [PATCH] update docs to indicate go1.14 is minimum --- README.md | 2 +- README_zh_CN.md | 2 +- main.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1695978d5..8182475c3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh_CN.md b/README_zh_CN.md index a7369c10e..724ad62fa 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -89,7 +89,7 @@ service minio start ## 使用源码安装 -采用源码安装仅供开发人员和高级用户使用,如果你还没有Golang环境, 请参考 [How to install Golang](https://golang.org/doc/install)。最低需要Golang版本为 [go1.13](https://golang.org/dl/#stable) +采用源码安装仅供开发人员和高级用户使用,如果你还没有Golang环境, 请参考 [How to install Golang](https://golang.org/doc/install)。最低需要Golang版本为 [go1.14](https://golang.org/dl/#stable) ```sh GO111MODULE=on go get github.com/minio/minio diff --git a/main.go b/main.go index dbbe3ccb7..e65b5ec4e 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ -// +build go1.13 +// +build go1.14 /* - * MinIO Cloud Storage, (C) 2016, 2017, 2018 MinIO, Inc. + * MinIO Cloud Storage, (C) 2016-2020 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.