Skip to content

Commit c6e91da

Browse files
committed
release: Update Go to 1.24.4
1 parent 18dc7bb commit c6e91da

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.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: |-

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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:

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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: |-
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)