未验证 提交 06a002d4 编写于 作者: D Davies Liu 提交者: GitHub

build with Go 1.15 (#604)

上级 88c843eb
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.14.x' go-version: '1.15.x'
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
......
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.14.x' go-version: '1.15.x'
id: go id: go
- name: Check out code - name: Check out code
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
- mysql - mysql
- postgresql - postgresql
go: go:
- "1.14" - "1.15"
branches: branches:
only: only:
- main - main
......
...@@ -510,7 +510,7 @@ $ sudo apt-get install librados-dev ...@@ -510,7 +510,7 @@ $ sudo apt-get install librados-dev
$ sudo yum install librados-devel $ sudo yum install librados-devel
``` ```
Then compile JuiceFS for Ceph (ensure you have Go 1.14+ and GCC 5.4+): Then compile JuiceFS for Ceph (ensure you have Go 1.15+ and GCC 5.4+):
```bash ```bash
$ make juicefs.ceph $ make juicefs.ceph
......
...@@ -517,7 +517,7 @@ $ sudo apt-get install librados-dev ...@@ -517,7 +517,7 @@ $ sudo apt-get install librados-dev
$ sudo yum install librados-devel $ sudo yum install librados-devel
``` ```
然后为 Ceph 编译 JuiceFS(要求 Go 1.14+ 和 GCC 5.4+): 然后为 Ceph 编译 JuiceFS(要求 Go 1.15+ 和 GCC 5.4+):
```bash ```bash
$ make juicefs.ceph $ make juicefs.ceph
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册