Skip to content

build(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 #1571

build(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11

build(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 #1571

Triggered via pull request December 21, 2023 12:29
Status Success
Total duration 13m 56s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
13m 44s
Run tests defined for the project
Perform CodeQL analysis
4m 41s
Perform CodeQL analysis
Run editorconfig checker
7s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: cmd/livepeer/starter/starter.go#L891
error strings should not be capitalized or end with punctuation or a newline
Run tests defined for the project: cmd/livepeer/starter/starter.go#L856
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: common/db.go#L457
redundant if ...; err != nil check, just return error instead.
Run tests defined for the project: common/db.go#L18
a blank import should be only in a main or test package, or have a comment justifying it
Run tests defined for the project: common/util.go#L93
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: common/db.go#L187
this block is empty, you can remove it
Run tests defined for the project: common/db.go#L184
this block is empty, you can remove it