Skip to content

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 #168

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 #168

Triggered via pull request October 16, 2024 11:25
Status Failure
Total duration 1m 43s
Artifacts

validate-generated-files.yml

on: pull_request
validate-generated-files
1m 33s
validate-generated-files
Fit to window
Zoom out
Zoom in

Annotations

6 errors
validate-generated-files
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
validate-generated-files
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)
validate-generated-files
impossible type assertion: p.(*recordingSpan)
validate-generated-files
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)
validate-generated-files
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)
validate-generated-files
Process completed with exit code 2.