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

master
Harshavardhana 3 years ago committed by GitHub
parent 8a6b13c239
commit 0f5ca83418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/go.yml
  2. 2
      README_zh_CN.md
  3. 2
      go.mod
  4. 2
      main.go

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

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

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

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

Loading…
Cancel
Save