mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-12 03:48:34 +00:00
chore: update golangci-lint to 1.61.0.
This commit is contained in:
@ -156,9 +156,9 @@ func newIMAPServer(
|
||||
|
||||
func getGluonVersionInfo(version *semver.Version) gluon.Option {
|
||||
return gluon.WithVersionInfo(
|
||||
int(version.Major()),
|
||||
int(version.Minor()),
|
||||
int(version.Patch()),
|
||||
int(version.Major()), //nolint:gosec // disable G115
|
||||
int(version.Minor()), //nolint:gosec // disable G115
|
||||
int(version.Patch()), //nolint:gosec // disable G115
|
||||
constants.FullAppName,
|
||||
"TODO",
|
||||
"TODO",
|
||||
|
||||
Reference in New Issue
Block a user