Skip to content

Commit

Permalink
fix: use go 14 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachase committed Oct 1, 2020
1 parent 6b226ee commit c517c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1
go-version: 1.14

- name: Checkout
uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c517c99

Please sign in to comment.