Merge pull request #406 from askuy/feature/otel20241231 #831
Annotations
6 errors and 1 warning
golangci-lint:
server/egovernor/container.go#L59
Error return value of `obj.Update` is not checked (errcheck)
|
golangci-lint:
test/gracefulstop/main.go#L19
S1023: redundant `return` statement (gosimple)
|
golangci-lint:
core/etrace/otel/config.go#L6
SA1019: "go.opentelemetry.io/otel/exporters/jaeger" is deprecated: This module is no longer supported. OpenTelemetry dropped support for Jaeger exporter in July 2023. Jaeger officially accepts and recommends using OTLP. Use [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp] or [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc] instead. (staticcheck)
|
golangci-lint:
client/egrpc/interceptor.go#L398
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
golangci-lint:
core/transport/transport.go#L46
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading