File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 strategy :
1616 matrix :
17- go : [ '1.19','1. 20' ]
17+ go : [ '1.20' ]
1818 os : [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
1919 runs-on : ${{ matrix.os }}
2020 steps :
Original file line number Diff line number Diff line change 1414
1515## 安装
1616
17- 首先需要确保已经安装了[ Go] ( https://golang.google.cn/doc/install ) (** 版本必须是1.19 +** ),
17+ 首先需要确保已经安装了[ Go] ( https://golang.google.cn/doc/install ) (** 版本必须是1.20 +** ),
1818然后你就可以使用下面的命令来安装` gofs ` 了
1919
2020``` bash
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A cross-platform real-time file synchronization tool out of the box based on Gol
1414
1515## Installation
1616
17- The first need [ Go] ( https://go.dev/doc/install ) installed (** version 1.19 + is required** ), then you can use the below
17+ The first need [ Go] ( https://go.dev/doc/install ) installed (** version 1.20 + is required** ), then you can use the below
1818command to install ` gofs ` .
1919
2020``` bash
Original file line number Diff line number Diff line change 11module github.com/no-src/gofs
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/fsnotify/fsnotify v1.6.0
You can’t perform that action at this time.
0 commit comments