Skip to content

build(deps): Bump cosmossdk.io/core from 0.5.1 to 1.0.0 #77961

build(deps): Bump cosmossdk.io/core from 0.5.1 to 1.0.0

build(deps): Bump cosmossdk.io/core from 0.5.1 to 1.0.0 #77961

Triggered via pull request January 7, 2025 03:45
Status Failure
Total duration 4m 14s
Artifacts

lint.yml

on: pull_request
golangci-lint
4m 6s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: runtime/module.go#L90
name declared but not used (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L177
bva.Address undefined (type BaseVestingAccount has no field or method Address) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L184
bva.AccountNumber undefined (type BaseVestingAccount has no field or method AccountNumber) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L185
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#L186
bva.Sequence undefined (type BaseVestingAccount has no field or method Sequence) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L292
cva.Address undefined (type ContinuousVestingAccount has no field or method Address) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L299
cva.AccountNumber undefined (type ContinuousVestingAccount has no field or method AccountNumber) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L300
cannot use cva (variable of type ContinuousVestingAccount) as getPK value in argument to getPKString: ContinuousVestingAccount does not implement getPK (missing method GetPubKey) (typecheck)
golangci-lint: x/auth/vesting/types/vesting_account.go#L301
cva.Sequence undefined (type ContinuousVestingAccount has no field or method Sequence) (typecheck)
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636