Skip to content

Commit

Permalink
Merge pull request #19 from matsuyoshi30/fix-go-version
Browse files Browse the repository at this point in the history
Update README about requirement Go version
  • Loading branch information
matsuyoshi30 authored Jul 8, 2021
2 parents 80a5779 + ac10042 commit 67caf32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ brew install matsuyoshi30/gitsu/gitsu
go get github.com/matsuyoshi30/gitsu
```

#### Requirements

- Go 1.16 ~

## Usage

```bash
Expand Down

0 comments on commit 67caf32

Please sign in to comment.