Skip to content

build(deps): Bump github.com/cosmos/iavl from 1.0.0-beta.2 to 1.3.4 in /store #1493

build(deps): Bump github.com/cosmos/iavl from 1.0.0-beta.2 to 1.3.4 in /store

build(deps): Bump github.com/cosmos/iavl from 1.0.0-beta.2 to 1.3.4 in /store #1493

Triggered via pull request December 20, 2024 02:24
Status Failure
Total duration 2m 20s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint
could not import cosmossdk.io/store/iavl (-: # cosmossdk.io/store/iavl
golangci-lint
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
golangci-lint
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as Tree value in variable declaration: *"github.com/cosmos/iavl".MutableTree does not implement Tree (wrong type for method Iterator)
golangci-lint
undefined: iavl.NewMutableTreeWithOpts
golangci-lint
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (wrong type for method Iterator)
golangci-lint
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Iterator)
golangci-lint
impossible type assertion: istore.tree.(*immutableTree)
golangci-lint
impossible type assertion: st.tree.(*iavl.MutableTree)
golangci-lint
cannot use db (variable of type *"github.com/cosmos/cosmos-db".MemDB) as "github.com/cosmos/iavl/db".DB value in argument to iavl.NewMutableTree: *"github.com/cosmos/cosmos-db".MemDB does not implement "github.com/cosmos/iavl/db".DB (wrong type for method Iterator)
golangci-lint
cannot use db (variable of type *"github.com/cosmos/cosmos-db".MemDB) as "github.com/cosmos/iavl/db".DB value in argument to iavl.NewMutableTree: *"github.com/cosmos/cosmos-db".MemDB does not implement "github.com/cosmos/iavl/db".DB (wrong type for method Iterator)
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636