Skip to content

Commit

Permalink
ci(gh-action): bump go in github action to 1.22.8
Browse files Browse the repository at this point in the history
Note: we want to bump fyne to 2.5.x, which requires go 1.19+
  • Loading branch information
genshen committed Oct 21, 2024
1 parent 682b617 commit 19ccb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.13
go-version: 1.22.8
- run: |
go get fyne.io/fyne/v2/cmd/[email protected]
go mod download
Expand Down

0 comments on commit 19ccb38

Please sign in to comment.