diff --git a/apiserver/routers/routers.go b/apiserver/routers/routers.go index ecc39f6f..5b4e69ab 100644 --- a/apiserver/routers/routers.go +++ b/apiserver/routers/routers.go @@ -49,8 +49,7 @@ import ( _ "expvar" // Register the expvar handlers "log/slog" "net/http" - // nolint:golangci-lint,gosec - _ "net/http/pprof" // Register the pprof handlers + _ "net/http/pprof" //nolint:golangci-lint,gosec // Register the pprof handlers "github.com/felixge/httpsnoop" "github.com/gorilla/mux"