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
Owner

Adds runtime.Version() as a new field on /api/info. BDD scenario @critical asserts it. Verifier verdict from stage 03 attached.

Adds runtime.Version() as a new field on /api/info. BDD scenario @critical asserts it. Verifier verdict from stage 03 attached.
arcodange added 1 commit 2026-05-05 10:17:31 +02:00
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.
arcodange merged commit 8d93050636 into main 2026-05-05 10:18:31 +02:00
arcodange deleted branch vibe/add-go-version-info 2026-05-05 10:18:32 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arcodange/dance-lessons-coach#54