feat: protoc-gen-go >=1.20.0 breaking change support #1598
test.yaml
on: pull_request
Run tests defined for the project
12m 42s
Perform CodeQL analysis
5m 31s
Run editorconfig checker
9s
Annotations
10 warnings
Run tests defined for the project:
cmd/simple_auth_server/simple_auth_server.go#L17
struct field Url should be URL
|
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
|