chore(ci): upgrade linter to 1.56.2 (#3714)

This commit is contained in:
Jarek Kowalski
2024-03-09 10:39:11 -08:00
committed by GitHub
parent 70ae6a2c81
commit 29cd545c33
64 changed files with 174 additions and 83 deletions

View File

@@ -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
},
}