Skip to content

Commit 47af52e

Browse files
committed
Update Go to 1.25.2
1 parent 36dc883 commit 47af52e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: ^1.25.1
49+
go-version: ^1.25.2
5050
- name: Check input version
5151
if: github.event_name == 'workflow_dispatch'
5252
run: |-
@@ -110,7 +110,7 @@ jobs:
110110
if: ${{ ! (matrix.legacy_go123 || matrix.legacy_go124) }}
111111
uses: actions/setup-go@v5
112112
with:
113-
go-version: ^1.25.1
113+
go-version: ^1.25.2
114114
- name: Setup Go 1.24
115115
if: matrix.legacy_go124
116116
uses: actions/setup-go@v5
@@ -300,7 +300,7 @@ jobs:
300300
- name: Setup Go
301301
uses: actions/setup-go@v5
302302
with:
303-
go-version: ^1.25.1
303+
go-version: ^1.25.2
304304
- name: Setup Android NDK
305305
id: setup-ndk
306306
uses: nttld/setup-ndk@v1
@@ -380,7 +380,7 @@ jobs:
380380
- name: Setup Go
381381
uses: actions/setup-go@v5
382382
with:
383-
go-version: ^1.25.1
383+
go-version: ^1.25.2
384384
- name: Setup Android NDK
385385
id: setup-ndk
386386
uses: nttld/setup-ndk@v1
@@ -479,7 +479,7 @@ jobs:
479479
if: matrix.if
480480
uses: actions/setup-go@v5
481481
with:
482-
go-version: ^1.25.1
482+
go-version: ^1.25.2
483483
- name: Set tag
484484
if: matrix.if
485485
run: |-

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@v5
3232
with:
33-
go-version: ^1.25.1
33+
go-version: ^1.25.2
3434
- name: Check input version
3535
if: github.event_name == 'workflow_dispatch'
3636
run: |-
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go
7272
uses: actions/setup-go@v5
7373
with:
74-
go-version: ^1.25.1
74+
go-version: ^1.25.2
7575
- name: Setup Android NDK
7676
if: matrix.os == 'android'
7777
uses: nttld/setup-ndk@v1

0 commit comments

Comments
 (0)