We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414a4f4 commit cfbcac6Copy full SHA for cfbcac6
.github/workflows/build-builder-image.yml
@@ -7,7 +7,7 @@ on:
7
- cron: '30 0 * * *'
8
9
env:
10
- GO_VERSION: "1.20.2"
+ GO_VERSION: "1.20.3"
11
12
jobs:
13
CHANGELOG.md
@@ -215,4 +215,8 @@
215
2. 修正macos下的鼠标位置问题 #34
216
3. go版本升级到1.20.2
217
4. 更新第三方库
218
-5. 去除go1.17版本支持
+5. 去除go1.17版本支持
219
+
220
+## TODO
221
222
+1. go版本升级到1.20.3
0 commit comments