Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.23.1 to 1.29.0 #40
Annotations
10 errors
Lint:
util/util_test.go#L9
type `exampleInterface` is unused (unused)
|
Lint:
util/database_test.go#L14
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
Lint:
util/database_test.go#L15
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
Lint:
util/database_test.go#L21
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
Lint:
observability/observability.go#L86
Error return value of `obs.logging.Shutdown` is not checked (errcheck)
|
Lint:
observability/observability.go#L89
Error return value of `obs.tracing.Shutdown` is not checked (errcheck)
|
Lint:
observability/profiling.go#L39
Error return value of `p.profiler.Stop` is not checked (errcheck)
|
Lint:
rabbit/header.go#L32
S1002: should omit comparison to bool constant, can be simplified to `err` (gosimple)
|
Lint:
rabbit/publisherPool.go#L50
S1000: should use for range instead of for { select {} } (gosimple)
|
Lint:
rabbit/rabbit.go#L62
appends: append with no values (govet)
|