Problem: memiavl/versiondb don't build with upstream sdk #6460
Annotations
5 errors and 1 warning
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)
|
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)
|
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)
|
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)
|
|
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/
|
This job failed
Loading