Skip to content

chore(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.21.0 #99

chore(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.21.0

chore(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.21.0 #99

Triggered via pull request November 17, 2023 13:10
Status Failure
Total duration 1m 10s
Artifacts

reviewdog.yml

on: pull_request
runner / staticcheck
58s
runner / staticcheck
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
runner / staticcheck: home/runner/go/pkg/mod/go.opentelemetry.io/[email protected]/internal/global/handler.go#L44
[staticcheck] reported by reviewdog 🐶 undefined: atomic.Pointer Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"undefined: atomic.Pointer","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"/home/runner/go/pkg/mod/go.opentelemetry.io/[email protected]/internal/global/handler.go","range":{"start":{"line":44,"column":18}}},"severity":"ERROR"}
runner / staticcheck: home/runner/go/pkg/mod/go.opentelemetry.io/[email protected]/internal/global/internal_logging.go#L30
[staticcheck] reported by reviewdog 🐶 undefined: atomic.Pointer Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"undefined: atomic.Pointer","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"/home/runner/go/pkg/mod/go.opentelemetry.io/[email protected]/internal/global/internal_logging.go","range":{"start":{"line":30,"column":25}}},"severity":"ERROR"}
runner / staticcheck: home/runner/go/pkg/mod/google.golang.org/[email protected]/server.go#L2082
[staticcheck] reported by reviewdog 🐶 undefined: atomic.Int64 Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"undefined: atomic.Int64","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"/home/runner/go/pkg/mod/google.golang.org/[email protected]/server.go","range":{"start":{"line":2082,"column":14}}},"severity":"ERROR"}
runner / staticcheck: home/runner/go/pkg/mod/k8s.io/[email protected]/tools/cache/synctrack/lazy.go#L29
[staticcheck] reported by reviewdog 🐶 undefined: atomic.Pointer Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"undefined: atomic.Pointer","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"/home/runner/go/pkg/mod/k8s.io/[email protected]/tools/cache/synctrack/lazy.go","range":{"start":{"line":29,"column":15}}},"severity":"ERROR"}
runner / staticcheck: home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/cached/cache.go#L258
[staticcheck] reported by reviewdog 🐶 undefined: atomic.Pointer Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"undefined: atomic.Pointer","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/cached/cache.go","range":{"start":{"line":258,"column":15}}},"severity":"ERROR"}
runner / staticcheck: home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/cached/cache.go#L270
[staticcheck] reported by reviewdog 🐶 undefined: atomic.Pointer Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"undefined: atomic.Pointer","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/cached/cache.go","range":{"start":{"line":270,"column":17}}},"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.
runner / staticcheck
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/