mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
chore: upgraded golangci-lint v1.52.2 and fixed all issues.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user