feat(server): add go_version to /api/info response #54

Merged
arcodange merged 1 commits from vibe/add-go-version-info into main 2026-05-05 10:18:31 +02:00

1 Commits

Author SHA1 Message Date
86831a3ce4 feat(server): add go_version to /api/info response
Adds a "go_version" field to InfoResponse, populated via runtime.Version().
Useful for ops debugging (which Go version is running in production?).
BDD scenario @critical asserts the field is non-empty. Doc + ADR-0026
updated.
2026-05-05 10:17:22 +02:00