Skip to content

Commit a376934

Browse files
author
TeleGhost Dev
committed
fix: pin Go to 1.25.7 to fix GO-2026-4337 (crypto/tls, fixed in 1.25.7)
1 parent 9bbecc2 commit a376934

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: write
1414

1515
env:
16-
GO_VERSION: '1.25.0'
16+
GO_VERSION: '1.25.7'
1717
NDK_VERSION: '26.1.10909125'
1818
ANDROID_API: '24'
1919

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.25'
23+
go-version: '1.25.7'
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Go
6969
uses: actions/setup-go@v5
7070
with:
71-
go-version: '1.25'
71+
go-version: '1.25.7'
7272

7373
- name: Setup Node.js
7474
uses: actions/setup-node@v4

.github/workflows/verify_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.25'
21+
go-version: '1.25.7'
2222
cache: true
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)