Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #181

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #181

Triggered via pull request March 13, 2024 22:57
Status Failure
Total duration 2m 18s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
2m 5s
Run golangci-lint
Run markdown-lint
19s
Run markdown-lint
Run flake8 on python integration tests
10s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
10s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Run flake8 on python integration tests
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Check gomod2nix.toml file is up to date
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
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: x/evm/keeper/keeper.go#L230
invalid operation: cannot compare k.hooks != nil (operator != not defined on untyped nil) (typecheck)
Run golangci-lint: x/evm/keeper/keeper.go#L240
invalid operation: cannot compare k.hooks == nil (operator == not defined on untyped nil) (typecheck)
Run golangci-lint: x/evm/keeper/state_transition.go#L218
invalid operation: cannot compare k.hooks != nil (operator != not defined on untyped nil) (typecheck)
Run golangci-lint: app/ante/handler_options.go#L34
invalid operation: cannot compare options.AccountKeeper == nil (operator == not defined on untyped nil) (typecheck)
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, cachix/cachix-action@v11. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.3.4, cachix/cachix-action@v11. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check gomod2nix.toml file is up to date
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run flake8 on python integration tests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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/.