Skip to content

Commit 4e0796d

Browse files
committed
fix: Upgrade Go to 1.22 (required by Wails v2.11.0)
1 parent ca9f474 commit 4e0796d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: steps.filter.outputs.skip == 'false'
6464
uses: actions/setup-go@v5
6565
with:
66-
go-version: '1.21'
66+
go-version: '1.22'
6767

6868
- name: Setup Node.js
6969
if: steps.filter.outputs.skip == 'false'

0 commit comments

Comments
 (0)