mirror of
https://github.com/selfhosters-cc/container-census.git
synced 2026-01-18 04:30:24 -06:00
The collector's analytics dashboard already displays build time in the version badge, but the health endpoint wasn't returning it. This adds the build_time field to match the census server's health response. This allows users to verify they're running the latest build by checking the build timestamp in the UI. Changes: - Add build_time field to /health endpoint response - Uses version.GetBuildTime() which is set via ldflags during build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>