Skip to content

Bump github.com/onsi/gomega from 1.24.1 to 1.32.0 #230

Bump github.com/onsi/gomega from 1.24.1 to 1.32.0

Bump github.com/onsi/gomega from 1.24.1 to 1.32.0 #230

Triggered via pull request March 19, 2024 10:45
Status Failure
Total duration 1m 41s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
1m 28s
Run golangci-lint
Run markdown-lint
16s
Run markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
Run golangci-lint: types/account.go#L17
cannot use (*EthAccount)(nil) (value of type *EthAccount) as "github.com/cosmos/cosmos-sdk/codec/types".UnpackInterfacesMessage value in variable declaration: *EthAccount does not implement "github.com/cosmos/cosmos-sdk/codec/types".UnpackInterfacesMessage (missing method UnpackInterfaces) (typecheck)
Run golangci-lint: types/account.go#L62
acc.GetAddress undefined (type EthAccount has no field or method GetAddress) (typecheck)
Run golangci-lint: types/account.pb.go#L45
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.Marshal: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/account.pb.go#L56
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.Merge: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/account.pb.go#L62
cannot use m (variable of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_EthAccount.DiscardUnknown: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/account.pb.go#L68
cannot use (*EthAccount)(nil) (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/codec.go#L15
cannot use &EthAccount{} (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to registry.RegisterImplementations: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: types/codec.go#L19
cannot use &EthAccount{} (value of type *EthAccount) as "github.com/gogo/protobuf/proto".Message value in argument to registry.RegisterImplementations: *EthAccount does not implement "github.com/gogo/protobuf/proto".Message (missing method String) (typecheck)
Run golangci-lint: app/app.go#L533
app.Router undefined (type *EthermintApp has no field or method Router) (typecheck)
Run golangci-lint: app/app.go#L534
app.MsgServiceRouter undefined (type *EthermintApp has no field or method MsgServiceRouter) (typecheck)
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/get-diff-action@v6.1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, technote-space/get-diff-action@v6.1.1, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint: tests/importer/chain_ctx.go#L123
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/statedb/statedb.go#L200
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: ethereum/eip712/eip712.go#L215
redefines-builtin-id: redefinition of the built-in type any (revive)