Problem: memiavl/versiondb don't build with upstream sdk #6460
Annotations
5 errors and 3 warnings
Run golangci-lint:
store/rootmulti/store.go#L30
cannot use (*Store)(nil) (value of type *Store) as "cosmossdk.io/store/types".CommitMultiStore value in variable declaration: *Store does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method GetObjKVStore)
|
Run golangci-lint:
versiondb/multistore.go#L12
cannot use (*MultiStore)(nil) (value of type *MultiStore) as "cosmossdk.io/store/types".MultiStore value in variable declaration: *MultiStore does not implement "cosmossdk.io/store/types".MultiStore (missing method GetObjKVStore)
|
Run golangci-lint:
versiondb/multistore.go#L106
cannot use s (variable of type *MultiStore) as "cosmossdk.io/store/types".MultiStore value in return statement: *MultiStore does not implement "cosmossdk.io/store/types".MultiStore (missing method GetObjKVStore)
|
Run golangci-lint:
versiondb/multistore.go#L118
cannot use s (variable of type *MultiStore) as "cosmossdk.io/store/types".MultiStore value in return statement: *MultiStore does not implement "cosmossdk.io/store/types".MultiStore (missing method GetObjKVStore)
|
Run golangci-lint
Process completed with exit code 1.
|
Lint python
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint nix
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|