Commit Graph

2 Commits

Author SHA1 Message Date
Luis Pater
b05d00ede9 Add versioning support to build artifacts and log outputs
Some checks failed
docker-image / docker (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
- Introduced `Version` variable, set during build via `-ldflags`, to embed application version.
- Updated Dockerfile to accept `APP_VERSION` argument for version injection during build.
- Modified `.goreleaser.yml` to pass GitHub release tag as version via `ldflags`.
- Added version logging in the application startup.
2025-09-05 22:57:22 +08:00
Luis Pater
827bd6e356 first commit
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
2025-07-03 06:47:37 +08:00