Update go version in actions to 1.24

This commit is contained in:
pokamest 2025-04-07 18:05:08 +01:00 committed by GitHub
parent b9a47f2f50
commit 76fe203767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ jobs:
- name: 'Install go'
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
go-version: '1.24'
cache: false
- name: 'Setup gomobile'