Skip to content

Commit

Permalink
Merge pull request #79 from catatsuy/feature_use_go_1_16_for_release
Browse files Browse the repository at this point in the history
use Go 1.16 for release
  • Loading branch information
catatsuy authored Feb 21, 2021
2 parents f03250a + e5f9b84 commit ee0ea73
Showing 1 changed file with 1 addition 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 @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit ee0ea73

Please sign in to comment.