Skip to content

Commit 2948eaa

Browse files
committed
chore: Update Go version to 1.23 in build configurations
1 parent 8641ba5 commit 2948eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Go environment
6767
uses: actions/setup-go@v4
6868
with:
69-
go-version: '1.22' # 选择 Go 版本
69+
go-version: '1.23' # 选择 Go 版本
7070

7171
- name: Set up npm
7272
uses: actions/setup-node@v2

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go environment
6262
uses: actions/setup-go@v4
6363
with:
64-
go-version: '1.22' # 选择 Go 版本
64+
go-version: '1.23' # 选择 Go 版本
6565

6666
- name: Set up npm
6767
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)