File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 : |-
Original file line number Diff line number Diff line change 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 : |-
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
You can’t perform that action at this time.
0 commit comments