Skip to content

Commit 214f98e

Browse files
committed
go版本升级到1.19.3
1 parent c8b951d commit 214f98e

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.19.2
10+
GO_VERSION: 1.19.3
1111

1212
jobs:
1313

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,8 @@
179179
## v0.11.2
180180

181181
1. 修正windows下日志文件无法rotate的问题
182-
2. 增加未配置项的默认配置
182+
2. 增加未配置项的默认配置
183+
184+
## TODO
185+
186+
1. go版本升级到1.19.3

0 commit comments

Comments
 (0)