mirror of
https://github.com/kopia/kopia.git
synced 2026-05-24 22:54:55 -04:00
chore(ci): upgrade linter to 1.56.2 (#3714)
This commit is contained in:
@@ -199,7 +199,7 @@ func (c *commandServerStart) run(ctx context.Context) error {
|
||||
httpServer := &http.Server{
|
||||
ReadHeaderTimeout: 15 * time.Second, //nolint:gomnd
|
||||
Addr: stripProtocol(c.sf.serverAddress),
|
||||
BaseContext: func(l net.Listener) context.Context {
|
||||
BaseContext: func(_ net.Listener) context.Context {
|
||||
return ctx
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user