diff --git a/internal/config/types.go b/internal/config/types.go index 665d873..9b365dd 100644 --- a/internal/config/types.go +++ b/internal/config/types.go @@ -116,7 +116,6 @@ func (m *Metadata) Validate() error { return fmt.Errorf("metadata.appVersion is required") } - // Validate version format if strings.TrimSpace(m.AppVersion) != m.AppVersion { return fmt.Errorf("metadata.appVersion cannot have leading/trailing whitespace") }