alist/internal/conf
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
..
config.go feat(task): allow retry canceled (#7852) 2025-01-27 20:18:10 +08:00
const.go feat(offline-download): allow using offline download tools in any storage (#7716) 2025-01-10 21:24:44 +08:00
var.go refactor(cmd): use std `runtime` package to get go version info (#7964) 2025-02-09 18:30:56 +08:00