move CI to go1.15 and go1.16 (#11570)

This commit is contained in:
Harshavardhana 2021-02-18 09:42:32 -08:00 committed by GitHub
parent 8a6b13c239
commit 0f5ca83418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/minio/minio
go 1.14
go 1.15
require (
cloud.google.com/go v0.39.0

View file

@ -1,5 +1,3 @@
// +build go1.14
/*
* MinIO Cloud Storage, (C) 2016-2020 MinIO, Inc.
*