4 Commits

Author SHA1 Message Date
Feng.YJ
d983a4ebcb
refactor(cmd): use std runtime package to get go version info (#7964)
* refactor(cmd): use std `runtime` package to get go version info

- Remove the `GoVersion` variable.
- Remove overriding `GoVersion` by ldflags in `build.sh`.
- Get go version, OS and arch from the constants in the std `runtime` package instead of compile time.

* chore(ci): remove `GoVersion` flag from workflows

Remove GoVersion flag from beta_release.yml and build.yml workflows.

> Reduce compile-time dependencies.
2025-02-09 18:30:56 +08:00
BoYanZh
0ae3fc608b
feat: export all cmd (#2746) 2022-12-18 19:53:39 +08:00
Noah Hsu
5b40254e3b chore: fix drivers not import 2022-08-07 13:23:15 +08:00
Noah Hsu
0df3473337 feat: use cobra and add some command 2022-08-07 13:09:59 +08:00