Skip to content

Commit c679eeb

Browse files
authored
Remove go1.19 support (#235)
1 parent ded8bed commit c679eeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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:

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
command to install `gofs`.
1919

2020
```bash

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/no-src/gofs
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/fsnotify/fsnotify v1.6.0

0 commit comments

Comments
 (0)