Skip to content

Remove templates

Remove templates #201

Triggered via pull request January 8, 2024 12:58
Status Failure
Total duration 1m 19s
Artifacts

test.yml

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

Annotations

10 errors and 1 warning
test (ubuntu-latest, 1.20.x): deps/deps.go#L40
undefined: text.Template
test (ubuntu-latest, 1.20.x): deps/deps.go#L271
undefined: text.Template
test (ubuntu-latest, 1.20.x): deps/deps.go#L277
undefined: text.Template
test (ubuntu-latest, 1.20.x): deps/deps.go#L291
undefined: text.Template
test (ubuntu-latest, 1.20.x)
cannot use &TracerProvider{} (value of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in variable declaration: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
test (ubuntu-latest, 1.20.x)
cannot use t (variable of type *tracer) as "go.opentelemetry.io/otel/trace".Tracer value in return statement: *tracer does not implement "go.opentelemetry.io/otel/trace".Tracer (missing method tracer)
test (ubuntu-latest, 1.20.x)
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method span)
test (ubuntu-latest, 1.20.x)
cannot use s.tracer.provider (variable of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in return statement: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
test (ubuntu-latest, 1.20.x)
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 span)
test (ubuntu-latest, 1.20.x)
cannot use s.tracer.provider (variable of type *TracerProvider) as "go.opentelemetry.io/otel/trace".TracerProvider value in return statement: *TracerProvider does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
test (ubuntu-latest, 1.20.x)
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/