Skip to content

Commit cfbcac6

Browse files
committed
go版本升级到1.20.3
1 parent 414a4f4 commit cfbcac6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build-builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '30 0 * * *'
88

99
env:
10-
GO_VERSION: "1.20.2"
10+
GO_VERSION: "1.20.3"
1111

1212
jobs:
1313

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,8 @@
215215
2. 修正macos下的鼠标位置问题 #34
216216
3. go版本升级到1.20.2
217217
4. 更新第三方库
218-
5. 去除go1.17版本支持
218+
5. 去除go1.17版本支持
219+
220+
## TODO
221+
222+
1. go版本升级到1.20.3

0 commit comments

Comments
 (0)