update avalanche go tag #171
release.yml
on: push
Matrix: unit_test / unit_test
lint
/
Lint
2m 57s
release
0s
Annotations
10 errors
unit_test / Golang Unit Tests (ubuntu-22.04)
cannot use &CanonicalValidatorClient{} (value of type *CanonicalValidatorClient) as "github.com/ava-labs/avalanchego/snow/validators".State value in variable declaration: *CanonicalValidatorClient does not implement "github.com/ava-labs/avalanchego/snow/validators".State (missing method GetCurrentValidatorSet)
|
unit_test / Golang Unit Tests (ubuntu-22.04)
Process completed with exit code 1.
|
unit_test / Golang Unit Tests (macos-14)
The job was canceled because "ubuntu-22_04" failed.
|
unit_test / Golang Unit Tests (macos-14)
cannot use &CanonicalValidatorClient{} (value of type *CanonicalValidatorClient) as "github.com/ava-labs/avalanchego/snow/validators".State value in variable declaration: *CanonicalValidatorClient does not implement "github.com/ava-labs/avalanchego/snow/validators".State (missing method GetCurrentValidatorSet)
|
unit_test / Golang Unit Tests (macos-14)
The operation was canceled.
|
lint / Lint:
cmd/blockchaincmd/deploy.go#L1251
not enough arguments in call to infoClient.Peers
|
lint / Lint:
cmd/blockchaincmd/join_test.go#L32
cannot use pClient (variable of type *mocks.PClient) as "github.com/ava-labs/avalanchego/vms/platformvm".Client value in argument to checkIsValidating: *mocks.PClient does not implement "github.com/ava-labs/avalanchego/vms/platformvm".Client (missing method GetSubnetOnlyValidator) (typecheck)
|
lint / Lint:
cmd/blockchaincmd/join_test.go#L37
cannot use pClient (variable of type *mocks.PClient) as "github.com/ava-labs/avalanchego/vms/platformvm".Client value in argument to checkIsValidating: *mocks.PClient does not implement "github.com/ava-labs/avalanchego/vms/platformvm".Client (missing method GetSubnetOnlyValidator) (typecheck)
|
lint / Lint:
cmd/blockchaincmd/stats_test.go#L63
cannot use pClient (variable of type *mocks.PClient) as "github.com/ava-labs/avalanchego/vms/platformvm".Client value in argument to buildCurrentValidatorStats: *mocks.PClient does not implement "github.com/ava-labs/avalanchego/vms/platformvm".Client (missing method GetSubnetOnlyValidator) (typecheck)
|
lint / Lint
issues found
|