Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
renzholy committed Dec 28, 2021
1 parent 44c2640 commit ade6427
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 @@ -56,10 +56,10 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- run: |
cd go
go install fyne.io/fyne/cmd/fyne
go get fyne.io/fyne/cmd/fyne
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit ade6427

Please sign in to comment.