Skip to content

Bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.21.0 #191

Bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.21.0

Bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.21.0 #191

Triggered via pull request December 1, 2023 11:42
Status Failure
Total duration 22s
Artifacts

go_test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test (1.19.x, ubuntu-latest)
cannot use &TracerProvider{} (value of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in variable declaration:
test (1.19.x, ubuntu-latest)
cannot use t (variable of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in return statement:
test (1.19.x, ubuntu-latest)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as type ReadWriteSpan in variable declaration:
test (1.19.x, ubuntu-latest)
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
test (1.19.x, ubuntu-latest)
cannot use nonRecordingSpan{} (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in variable declaration:
test (1.19.x, ubuntu-latest)
cannot use s.tracer.provider (variable of type *TracerProvider) as type "go.opentelemetry.io/otel/trace".TracerProvider in return statement:
test (1.19.x, ubuntu-latest)
cannot use &tracer{} (value of type *tracer) as type "go.opentelemetry.io/otel/trace".Tracer in variable declaration:
test (1.19.x, ubuntu-latest)
impossible type assertion: p.(*recordingSpan)
test (1.19.x, ubuntu-latest)
cannot use tr.newNonRecordingSpan(sc) (value of type nonRecordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
test (1.19.x, ubuntu-latest)
cannot use tr.newRecordingSpan(psc, sc, name, samplingResult, config) (value of type *recordingSpan) as type "go.opentelemetry.io/otel/trace".Span in return statement:
test (1.19.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/