[misc] Bump GitHub Actions workflows to Go 1.24.x

This commit is contained in:
Maycon Santos
2025-11-20 21:50:55 +01:00
parent 7ca63c04e4
commit 181b370cc8
8 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
@@ -56,7 +56,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"
- name: install gomobile
run: go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20240404231514-09dbf07665ed
- name: gomobile init