fix: gofmt -s on version.go (tab-indent doc-comment code block)

This commit is contained in:
2026-05-10 23:15:29 -04:00
parent 4c4399c9bb
commit c3ecd1bec8
+1 -1
View File
@@ -8,7 +8,7 @@ const MinClientVersion = "0.1.0"
// ServerVersion is the deployed server image's version tag. Defaults to
// "dev" for local builds; overridden at link time via:
//
// -ldflags="-X 'git.fabledsword.com/bvandeusen/minstrel/internal/server.ServerVersion=v2026.05.10.2'"
// -ldflags="-X 'git.fabledsword.com/bvandeusen/minstrel/internal/server.ServerVersion=v2026.05.10.2'"
//
// release.yml passes the git tag through MINSTREL_VERSION build-arg →
// Dockerfile ldflag. Surfaced at /healthz so operators can verify which