Harshavardhana
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
3 additions and
5 deletions
-
.github/workflows/go.yml
-
README_zh_CN.md
-
go.mod
-
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. |
|
|
|
* |
|
|
|