From 0f5ca8341882f67897202966a01edec5a5d09516 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 18 Feb 2021 09:42:32 -0800 Subject: [PATCH] move CI to go1.15 and go1.16 (#11570) --- .github/workflows/go.yml | 2 +- README_zh_CN.md | 2 +- go.mod | 2 +- main.go | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a0d2ce54a..914e1e4e0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.15.x, 1.16.x] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2 diff --git a/README_zh_CN.md b/README_zh_CN.md index 3367f3dea..44a8ba393 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.14](https://golang.org/dl/#stable) +采用源码安装仅供开发人员和高级用户使用,如果你还没有Golang环境, 请参考 [How to install Golang](https://golang.org/doc/install)。最低需要Golang版本为 [go1.15](https://golang.org/dl/#stable) ```sh GO111MODULE=on go get github.com/minio/minio diff --git a/go.mod b/go.mod index 2ee6f460e..1ecb54aa3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/minio/minio -go 1.14 +go 1.15 require ( cloud.google.com/go v0.39.0 diff --git a/main.go b/main.go index e65b5ec4e..8f5a15bec 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,3 @@ -// +build go1.14 - /* * MinIO Cloud Storage, (C) 2016-2020 MinIO, Inc. *