-
Add versioning support to build artifacts and log outputs
发布于
2025-09-05 14:57:22 +00:00 | 3200 次提交 在此版本后已推送到 main- Introduced
Versionvariable, set during build via-ldflags, to embed application version. - Updated Dockerfile to accept
APP_VERSIONargument for version injection during build. - Modified
.goreleaser.ymlto pass GitHub release tag as version vialdflags. - Added version logging in the application startup.
下载附件
- Introduced