File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
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.24
49+ go-version : ^1.24.4
5050 - name : Check input version
5151 if : github.event_name == 'workflow_dispatch'
5252 run : |-
@@ -109,7 +109,7 @@ jobs:
109109 if : ${{ ! matrix.legacy_go }}
110110 uses : actions/setup-go@v5
111111 with :
112- go-version : ^1.24
112+ go-version : ^1.24.4
113113 - name : Cache Legacy Go
114114 if : matrix.require_legacy_go
115115 id : cache-legacy-go
@@ -294,7 +294,7 @@ jobs:
294294 - name : Setup Go
295295 uses : actions/setup-go@v5
296296 with :
297- go-version : ^1.24
297+ go-version : ^1.24.4
298298 - name : Setup Android NDK
299299 id : setup-ndk
300300 uses : nttld/setup-ndk@v1
@@ -374,7 +374,7 @@ jobs:
374374 - name : Setup Go
375375 uses : actions/setup-go@v5
376376 with :
377- go-version : ^1.24
377+ go-version : ^1.24.4
378378 - name : Setup Android NDK
379379 id : setup-ndk
380380 uses : nttld/setup-ndk@v1
@@ -472,7 +472,7 @@ jobs:
472472 if : matrix.if
473473 uses : actions/setup-go@v5
474474 with :
475- go-version : ^1.24
475+ go-version : ^1.24.4
476476 - name : Setup Xcode stable
477477 if : matrix.if && github.ref == 'refs/heads/main-next'
478478 run : |-
Original file line number Diff line number Diff line change 2828 - name : Setup Go
2929 uses : actions/setup-go@v5
3030 with :
31- go-version : ^1.24
31+ go-version : ^1.24.4
3232 - name : golangci-lint
3333 uses : golangci/golangci-lint-action@v6
3434 with :
Original file line number Diff line number Diff line change 2525 - name : Setup Go
2626 uses : actions/setup-go@v5
2727 with :
28- go-version : ^1.24
28+ go-version : ^1.24.4
2929 - name : Check input version
3030 if : github.event_name == 'workflow_dispatch'
3131 run : |-
6666 - name : Setup Go
6767 uses : actions/setup-go@v5
6868 with :
69- go-version : ^1.24
69+ go-version : ^1.24.4
7070 - name : Setup Android NDK
7171 if : matrix.os == 'android'
7272 uses : nttld/setup-ndk@v1
You can’t perform that action at this time.
0 commit comments