Skip to content

Commit

Permalink
Use Go 1.14 for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jul 27, 2020
1 parent 57494ec commit e1fd036
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.13
go-version: '1.14.x'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit e1fd036

Please sign in to comment.