Skip to content

Commit 5f34f9b

Browse files
author
lenye
committed
fix: 升级到go1.26.2
1 parent f360591 commit 5f34f9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
permissions: { }
99

1010
env:
11-
GO_VERSION: "1.25.6"
11+
GO_VERSION: "1.26.2"
1212

1313
jobs:
1414

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/lenye/chatgpt_reverse_proxy
22

3-
go 1.24.1
3+
go 1.26.2
44

5-
require golang.org/x/net v0.50.0
5+
require golang.org/x/net v0.53.0
66

7-
require golang.org/x/text v0.34.0 // indirect
7+
require golang.org/x/text v0.36.0 // indirect

0 commit comments

Comments
 (0)