build(deps): bump codecov/codecov-action from 1.5.2 to 3.1.6 #511
Annotations
10 errors and 1 warning
golangci-lint:
store/iavl/tree.go#L11
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/store.go#L111
cannot use &immutableTree{…} (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#L120
cannot use &immutableTree{…} (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#L266
impossible type assertion: istore.tree.(*immutableTree)
|
golangci-lint:
store/iavl/store.go#L270
tree.Export undefined (type *immutableTree has no field or method Export) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L72
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L76
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L77
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L80
it.Get undefined (type *immutableTree has no field or method Get) (typecheck)
|
golangci-lint:
store/iavl/tree.go#L84
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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/.
|
The logs for this run have expired and are no longer available.
Loading