Skip to content

chore(linter): using binary staticcheck #16527

chore(linter): using binary staticcheck

chore(linter): using binary staticcheck #16527

Re-run triggered January 16, 2024 08:35
Status Failure
Total duration 52s
Artifacts

go.yml

on: pull_request
Matrix: Test
Lint
38s
Lint
Coverage Report
0s
Coverage Report
Trigger Beekeeper
0s
Trigger Beekeeper
Fit to window
Zoom out
Zoom in

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