feat: add versionchecker deploy

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-24 22:04:00 +08:00
parent 049bc49c7f
commit d857f6e7d1
3 changed files with 106 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
go 1.20
go 1.21.0
use (
.
@@ -7,5 +7,6 @@ use (
./tools/imctl
./tools/infra
./tools/ncpu
./tools/versionchecker
./tools/yamlfmt
)