Skip to content

chore(deps): Use latest iavl patch @ v1.2.0-kava.2, update go to 1.20 #585

chore(deps): Use latest iavl patch @ v1.2.0-kava.2, update go to 1.20

chore(deps): Use latest iavl patch @ v1.2.0-kava.2, update go to 1.20 #585

Triggered via pull request August 16, 2024 23:40
Status Failure
Total duration 4m 18s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: store/iavl/tree.go#L13
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (missing method Get) (typecheck)
golangci-lint: store/iavl/tree.go#L14
cannot use (*mutableTree)(nil) (value of type *mutableTree) as Tree value in variable declaration: *mutableTree does not implement Tree (missing method AvailableVersions) (typecheck)
golangci-lint: store/iavl/store.go#L87
cannot use &(mutableTree literal) (value of type *mutableTree) as Tree value in struct literal: *mutableTree does not implement Tree (missing method AvailableVersions) (typecheck)
golangci-lint: store/iavl/store.go#L100
cannot use &(mutableTree literal) (value of type *mutableTree) as Tree value in struct literal: *mutableTree does not implement Tree (missing method AvailableVersions) (typecheck)
golangci-lint: store/iavl/store.go#L120
cannot use &(immutableTree literal) (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (missing method Get) (typecheck)
golangci-lint: store/iavl/store.go#L273
impossible type assertion: istore.tree.(*immutableTree)
golangci-lint: store/iavl/store.go#L277
tree.Export undefined (type *immutableTree has no field or method Export) (typecheck)
golangci-lint: store/iavl/store.go#L282
impossible type assertion: st.tree.(*mutableTree)
golangci-lint: store/iavl/store.go#L286
tree.Import undefined (type *mutableTree has no field or method Import) (typecheck)
golangci-lint: store/iavl/tree.go#L80
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/