chore(deps): Bump the otel group across 1 directory with 8 updates #137
Annotations
8 errors and 1 warning
golangci-lint:
cmd/flags_misc.go#L11
could not import github.com/pyroscope-io/otel-profiling-go (-: # github.com/pyroscope-io/otel-profiling-go
|
golangci-lint
cannot use &p (value of type *tracerProvider) as trace.TracerProvider value in return statement: *tracerProvider does not implement trace.TracerProvider (missing method tracerProvider)
|
golangci-lint
cannot use &profileTracer{…} (value of type *profileTracer) as trace.Tracer value in return statement: *profileTracer does not implement trace.Tracer (missing method tracer)) (typecheck)
|
golangci-lint:
core/client_test.go#L9
"github.com/tendermint/tendermint/types" imported and not used (typecheck)
|
golangci-lint:
nodebuilder/settings.go#L10
could not import github.com/pyroscope-io/otel-profiling-go (-: # github.com/pyroscope-io/otel-profiling-go
|
golangci-lint
cannot use &p (value of type *tracerProvider) as trace.TracerProvider value in return statement: *tracerProvider does not implement trace.TracerProvider (missing method tracerProvider)
|
golangci-lint
cannot use &profileTracer{…} (value of type *profileTracer) as trace.Tracer value in return statement: *profileTracer does not implement trace.Tracer (missing method tracer)) (typecheck)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading