Skip to content

Commit e64d214

Browse files
author
TeleGhost Dev
committed
fix: update Go to 1.25 to fix GO-2026-4337 (crypto/tls vulnerability)
1 parent 4f2f4b7 commit e64d214

4 files changed

Lines changed: 5 additions & 5 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.24.0'
16+
GO_VERSION: '1.25.0'
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.21'
23+
go-version: '1.25'
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.21'
71+
go-version: '1.25'
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.24'
21+
go-version: '1.25'
2222
cache: true
2323

2424
- name: Install dependencies

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module teleghost
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
fyne.io/systray v1.12.0

0 commit comments

Comments
 (0)