fix(deps): update module github.com/docker/docker to v25 [security] (release-2.9.x) #12277
Annotations
10 errors
golangci-lint:
clients/pkg/promtail/server/server.go#L89
cfg.RegisterInstrumentation undefined (type Config has no field or method RegisterInstrumentation) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L90
cfg.RegisterInstrumentation undefined (type Config has no field or method RegisterInstrumentation) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L97
cfg.HTTPListenPort undefined (type Config has no field or method HTTPListenPort) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L101
cfg.PathPrefix undefined (type Config has no field or method PathPrefix) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L126
serv.HTTP undefined (type *PromtailServer has no field or method HTTP) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L127
serv.HTTP undefined (type *PromtailServer has no field or method HTTP) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L128
serv.HTTP undefined (type *PromtailServer has no field or method HTTP) (typecheck)
|
golangci-lint:
clients/pkg/promtail/server/server.go#L138
cannot use serv (variable of type *PromtailServer) as Server value in return statement: *PromtailServer does not implement Server (missing method Run) (typecheck)
|
golangci-lint:
clients/cmd/promtail/main.go#L138
config.Tracing undefined (type Config has no field or method Tracing) (typecheck)
|
golangci-lint:
clients/cmd/promtail/main.go#L155
config.Options undefined (type Config has no field or method Options) (typecheck)
|
Loading