chore: merge release/Rialto into devel

This commit is contained in:
Jakub
2023-05-23 15:53:29 +02:00
144 changed files with 2947 additions and 1145 deletions

View File

@ -29,7 +29,7 @@ func (v *Versioner) RemoveOldVersions() error {
}
// RemoveOtherVersions removes all but the specific provided app version.
func (v *Versioner) RemoveOtherVersions(versionToKeep *semver.Version) error {
func (v *Versioner) RemoveOtherVersions(_ *semver.Version) error {
// darwin does not use the versioner; removal is a noop.
return nil
}