chore(linter): using binary staticcheck #16527
Annotations
4 errors
Test (ubuntu-latest)
Process completed with exit code 2.
|
Lint:
pkg/log/httpaccess/http_access.go#L117
SA1019: http.CloseNotifier has been deprecated since Go 1.11 and an alternative has been available since Go 1.7: the CloseNotifier interface predates Go's context package. New code should use Request.Context instead. (staticcheck)
|
Lint:
pkg/api/metrics.go#L112
SA1019: http.CloseNotifier has been deprecated since Go 1.11 and an alternative has been available since Go 1.7: the CloseNotifier interface predates Go's context package. New code should use Request.Context instead. (staticcheck)
|
Lint
issues found
|