We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80a5779 + ac10042 commit 67caf32Copy full SHA for 67caf32
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.15
+ go-version: 1.16
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v2
22
README.md
@@ -20,6 +20,10 @@ brew install matsuyoshi30/gitsu/gitsu
go get github.com/matsuyoshi30/gitsu
```
23
+#### Requirements
24
+
25
+- Go 1.16 ~
26
27
## Usage
28
29
```bash
0 commit comments