Lint: Fix violations of non-constant format string in call (#14974)

* Fix violations of non-constant format string in call

* Changelog fragment
This commit is contained in:
Preston Van Loon
2025-02-21 13:46:19 -06:00
committed by GitHub
parent 9bceaa59d2
commit 014dbd5c3a
18 changed files with 35 additions and 45 deletions

View File

@@ -77,7 +77,7 @@ func (s *SignatureBatch) VerifyVerbosely() (bool, error) {
}
}
return false, errors.Errorf(errmsg)
return false, errors.New(errmsg)
}
// Copy the attached signature batch and return it