Skip to content

chore(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.37.0 #131

chore(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.37.0

chore(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.37.0 #131

Status Failure
Total duration 1m 6s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint
issues found
lint: internal/infra/telemetry/provide.go#L135
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint: internal/infra/telemetry/provide.go#L125
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint: internal/infra/consumer/consumer.go#L89
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)