Skip to content

feat: protoc-gen-go >=1.20.0 breaking change support #1595

feat: protoc-gen-go >=1.20.0 breaking change support

feat: protoc-gen-go >=1.20.0 breaking change support #1595

Triggered via pull request January 21, 2024 17:46
Status Failure
Total duration 7m 31s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
7m 20s
Run tests defined for the project
Perform CodeQL analysis
5m 9s
Perform CodeQL analysis
Run editorconfig checker
7s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run tests defined for the project
Process completed with exit code 1.
Run tests defined for the project: eth/blockwatch/fake_client.go#L48
should drop = 0 from declaration of var startTimestep; it is the zero value
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L189
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: eth/blockwatch/fake_client.go#L94
parameter 'q' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: monitor/census.go#L1178
parameter 'profilesNum' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_bond.go#L30
var nextId should be nextID
Run tests defined for the project: common/testutil.go#L63
parameter 'md' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: eth/blockwatch/stack.go#L80
redundant if ...; err != nil check, just return error instead.