We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b951d commit 214f98eCopy full SHA for 214f98e
.github/workflows/build-builder-image.yml
@@ -7,7 +7,7 @@ on:
7
- cron: '30 0 * * *'
8
9
env:
10
- GO_VERSION: 1.19.2
+ GO_VERSION: 1.19.3
11
12
jobs:
13
CHANGELOG.md
@@ -179,4 +179,8 @@
179
## v0.11.2
180
181
1. 修正windows下日志文件无法rotate的问题
182
-2. 增加未配置项的默认配置
+2. 增加未配置项的默认配置
183
+
184
+## TODO
185
186
+1. go版本升级到1.19.3
0 commit comments