Commit Graph

2 Commits

Author SHA1 Message Date
Luis Pater
8d05489973 Add versioning support to build artifacts and log outputs
- 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:53:49 +08:00
Luis Pater
827bd6e356 first commit
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
2025-07-03 06:47:37 +08:00