Skip to content

Commit 67caf32

Browse files
authored
Merge pull request #19 from matsuyoshi30/fix-go-version
Update README about requirement Go version
2 parents 80a5779 + ac10042 commit 67caf32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.15
19+
go-version: 1.16
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v2
2222
with:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ brew install matsuyoshi30/gitsu/gitsu
2020
go get github.com/matsuyoshi30/gitsu
2121
```
2222

23+
#### Requirements
24+
25+
- Go 1.16 ~
26+
2327
## Usage
2428

2529
```bash

0 commit comments

Comments
 (0)