Skip to content

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

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

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

Triggered via pull request January 23, 2024 01:29
Status Success
Total duration 12m 54s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
12m 42s
Run tests defined for the project
Perform CodeQL analysis
5m 31s
Perform CodeQL analysis
Run editorconfig checker
9s
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#L189
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: discovery/discovery.go#L36
exported func NewOrchestratorPool returns unexported type *discovery.orchestratorPool, which can be annoying to use
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: discovery/wh_discovery.go#L32
exported func NewWebhookPool returns unexported type *discovery.webhookPool, which can be annoying to use
Run tests defined for the project: discovery/stub.go#L32
exported func StubOrchestratorPool returns unexported type *discovery.stubOrchestratorPool, which can be annoying to use
Run tests defined for the project: discovery/discovery.go#L49
exported func NewOrchestratorPoolWithPred returns unexported type *discovery.orchestratorPool, which can be annoying to use
Run tests defined for the project: cmd/livepeer_cli/wizard_bond.go#L30
var nextId should be nextID
Run tests defined for the project: monitor/census.go#L894
context.Context should be the first parameter of a function
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