Skip to content

chore(deps): bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 #33

chore(deps): bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0

chore(deps): bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 #33

Status Failure
Total duration 3m 23s
Artifacts

linters.yml

on: push
Golang-CI (lint)
3m 13s
Golang-CI (lint)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Golang-CI (lint): pubsubjobs/driver.go#L18
could not import go.opentelemetry.io/otel/sdk/trace (-: # go.opentelemetry.io/otel/sdk/trace
Golang-CI (lint)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
Golang-CI (lint)
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)
Golang-CI (lint)
impossible type assertion: p.(*recordingSpan)
Golang-CI (lint)
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)
Golang-CI (lint)
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)
Golang-CI (lint): plugin.go#L8
could not import go.opentelemetry.io/otel/sdk/trace (-: # go.opentelemetry.io/otel/sdk/trace
Golang-CI (lint)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
Golang-CI (lint)
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)
Golang-CI (lint)
impossible type assertion: p.(*recordingSpan)