chore(deps): bump go.opentelemetry.io/otel from 1.22.0 to 1.28.0 #1945
ci.yaml
on: pull_request
Run lints and checks
3m 38s
Run tests
1m 38s
Run race tests
1m 23s
Run buf actions
1m 12s
Build CLI docs
0s
Render version schema
0s
Release SDKs
0s
Annotations
28 errors and 8 warnings
Run race tests
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
|
Run race tests
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)
|
Run race tests
impossible type assertion: p.(*recordingSpan)
|
Run race tests
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)
|
Run race tests
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)
|
Run race tests
Process completed with exit code 1.
|
Run tests
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
|
Run tests
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)
|
Run tests
impossible type assertion: p.(*recordingSpan)
|
Run tests
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)
|
Run tests
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)
|
Run tests
Process completed with exit code 1.
|
Run lints and checks
cannot use (*recordingSpan)(nil) (value of type *recordingSpan) as ReadWriteSpan value in variable declaration: *recordingSpan does not implement ReadWriteSpan (missing method AddLink)
|
Run lints and checks
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)
|
Run lints and checks
impossible type assertion: p.(*recordingSpan)
|
Run lints and checks
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)
|
Run lints and checks
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)
|
Run lints and checks
Process completed with exit code 2.
|
Run lints and checks:
internal/check/engine.go#L78
e.d.Tracer undefined (type EngineDependencies has no field or method Tracer) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L83
e.d.Config undefined (type EngineDependencies has no field or method Config) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L105
e.d.Logger undefined (type EngineDependencies has no field or method Logger) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L111
e.d.Logger undefined (type EngineDependencies has no field or method Logger) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L123
e.d.Traverser undefined (type EngineDependencies has no field or method Traverser) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L142
e.d.Config undefined (type EngineDependencies has no field or method Config) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L144
e.d.Logger undefined (type EngineDependencies has no field or method Logger) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L179
e.d.RelationTupleManager undefined (type EngineDependencies has no field or method RelationTupleManager) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L235
e.d.Config undefined (type EngineDependencies has no field or method Config) (typecheck)
|
Run lints and checks:
internal/check/engine.go#L278
e.d.ReadOnlyMapper undefined (type EngineDependencies has no field or method ReadOnlyMapper) (typecheck)
|
Run race tests
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Run race tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run buf actions
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Run buf actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run lints and checks
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Run lints and checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|