Skip to content

Commit 04128af

Browse files
authored
ci(android): bump Go from 1.24 to 1.25 in both workflows (#17)
1 parent 4dd9109 commit 04128af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.24"
24+
go-version: "1.25"
2525

2626
- name: Set up Android SDK
2727
uses: android-actions/setup-android@v3

.github/workflows/release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: "1.24"
40+
go-version: "1.25"
4141

4242
- name: Set up Android SDK
4343
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)