chore: use latest cometbft-db #2593
Annotations
10 errors and 2 warnings
golangci-lint:
crypto/tmhash/hash.go#L1
: cannot compile Go 1.22 code (typecheck)
|
golangci-lint:
crypto/crypto.go#L4
could not import github.com/tendermint/tendermint/crypto/tmhash (-: cannot compile Go 1.22 code) (typecheck)
|
golangci-lint:
crypto/crypto.go#L5
could not import github.com/tendermint/tendermint/libs/bytes (-: cannot compile Go 1.22 code) (typecheck)
|
golangci-lint:
libs/sync/sync.go#L1
: cannot compile Go 1.22 code (typecheck)
|
golangci-lint:
libs/json/structs.go#L9
could not import github.com/tendermint/tendermint/libs/sync (-: cannot compile Go 1.22 code) (typecheck)
|
golangci-lint:
libs/json/structs.go#L30
c.RLock undefined (type *structInfoCache has no field or method RLock) (typecheck)
|
golangci-lint:
libs/json/structs.go#L31
c.RUnlock undefined (type *structInfoCache has no field or method RUnlock) (typecheck)
|
golangci-lint:
libs/json/structs.go#L36
c.Lock undefined (type *structInfoCache has no field or method Lock) (typecheck)
|
golangci-lint:
libs/json/structs.go#L37
c.Unlock undefined (type *structInfoCache has no field or method Unlock) (typecheck)
|
golangci-lint:
libs/json/types.go#L73
t.Lock undefined (type *types has no field or method Lock) (typecheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, technote-space/get-diff-action@v6, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|