chore: Bump Dockerfile go 1.22 #2912
Annotations
10 errors and 1 warning
golangci-lint:
x/cdp/keeper/interest.go#L267
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
x/evmutil/keeper/conversion_evm_native_bep3.go#L18
Magic number: 10, in <argument> detected (mnd)
|
golangci-lint:
tests/util/evmsigner.go#L84
var-naming: func parameter evmChainId should be evmChainID (revive)
|
golangci-lint:
tests/util/addresses.go#L20
Magic number: 128, in <argument> detected (mnd)
|
golangci-lint:
tests/util/evmsigner.go#L85
Magic number: 60, in <argument> detected (mnd)
|
golangci-lint:
tests/util/addresses.go#L24
error returned from external package is unwrapped: sig: func github.com/cosmos/go-bip39.NewMnemonic(entropy []byte) (string, error) (wrapcheck)
|
golangci-lint:
tests/util/evmsigner.go#L93
error returned from external package is unwrapped: sig: func github.com/ethereum/go-ethereum/crypto.HexToECDSA(hexkey string) (*crypto/ecdsa.PrivateKey, error) (wrapcheck)
|
golangci-lint:
cmd/kava/cmd/shard.go#L223
Error return value of `multistore.PruneStores` is not checked (errcheck)
|
golangci-lint:
cmd/kava/cmd/root.go#L96
error returned from external package is unwrapped: sig: func github.com/Kava-Labs/opendb.OpenDB(appOpts github.com/Kava-Labs/opendb.AppOptions, dataDir string, dbName string, backendType github.com/cometbft/cometbft-db.BackendType) (github.com/cometbft/cometbft-db.DB, error) (wrapcheck)
|
golangci-lint:
cmd/kava/cmd/iavlviewer/shape.go#L45
Error return value of `tree.RenderShape` is not checked (errcheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading