Skip to content

build(deps): bump google.golang.org/grpc from 1.50.1 to 1.58.2 #32

build(deps): bump google.golang.org/grpc from 1.50.1 to 1.58.2

build(deps): bump google.golang.org/grpc from 1.50.1 to 1.58.2 #32

Triggered via pull request October 4, 2023 12:55
Status Failure
Total duration 45m 59s
Artifacts

lint.yml

on: pull_request
golangci-lint
3m 7s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: store/iavl/store.go#L1
: # github.com/cosmos/cosmos-sdk/store/iavl
golangci-lint: store/iavl/store.go#L55
too many arguments in call to iavl.NewMutableTreeWithOpts
golangci-lint: store/rootmulti/store.go#L24
could not import github.com/cosmos/cosmos-sdk/store/iavl (-: # github.com/cosmos/cosmos-sdk/store/iavl
golangci-lint: store/iavl/store.go#L55
too many arguments in call to iavl.NewMutableTreeWithOpts
golangci-lint: store/rootmulti/store.go#L755
store.Export undefined (type namedStore has no field or method Export) (typecheck)
golangci-lint: x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L176
bva.Address undefined (type BaseVestingAccount has no field or method Address) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L183
bva.AccountNumber undefined (type BaseVestingAccount has no field or method AccountNumber) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L184
cannot use bva (variable of type BaseVestingAccount) as getPK value in argument to getPKString: BaseVestingAccount does not implement getPK (missing method GetPubKey) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L185
bva.Sequence undefined (type BaseVestingAccount has no field or method Sequence) (typecheck)