Skip to content

fix(deps): update module go.opentelemetry.io/otel to v1.34.0 #1534

fix(deps): update module go.opentelemetry.io/otel to v1.34.0

fix(deps): update module go.opentelemetry.io/otel to v1.34.0 #1534

Triggered via pull request February 6, 2025 15:35
Status Failure
Total duration 1m 7s
Artifacts

lint-test.yml

on: pull_request
lint-and-test
55s
lint-and-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint-and-test
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
lint-and-test
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as "go.opentelemetry.io/otel/trace".Span value in variable declaration: nonRecordingSpan does not implement "go.opentelemetry.io/otel/trace".Span (missing method AddLink)
lint-and-test
impossible type assertion: p.(*recordingSpan)
lint-and-test
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as "go.opentelemetry.io/otel/trace".Span value in return statement: nonRecordingSpan does not implement "go.opentelemetry.io/otel/trace".Span (missing method AddLink)
lint-and-test
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as "go.opentelemetry.io/otel/trace".Span value in return statement: *recordingSpan does not implement "go.opentelemetry.io/otel/trace".Span (missing method AddLink)
lint-and-test
Process completed with exit code 2.