Skip to content

Commit

Permalink
chore: fix release workflow for wails, go updates
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniiriarios committed Oct 13, 2023
1 parent 3d50ff2 commit 29f2592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'

- name: Install Wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@v2.5.1
run: go install github.com/wailsapp/wails/v2/cmd/wails@v2.6.0

# darwin
- name: Build for darwin
Expand Down

0 comments on commit 29f2592

Please sign in to comment.