Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Feb 19, 2021
1 parent 3e447ca commit a0bf437
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 @@ -13,9 +13,9 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Setup go 1.14
- name: Setup go 1.16
uses: actions/setup-go@v2
with: {go-version: '1.14'}
with: {go-version: '1.16'}
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit a0bf437

Please sign in to comment.