Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#1918) #6797
Annotations
10 errors and 1 warning
golangci-lint:
app/app.go#L998
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
|
golangci-lint:
app/app.go#L1210
Error return value of `app.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
|
golangci-lint:
app/app.go#L1424
Error return value of `app.UpgradeKeeper.ClearUpgradePlan` is not checked (errcheck)
|
golangci-lint:
app/export.go#L254
Error return value of `app.SlashingKeeper.IterateValidatorSigningInfos` is not checked (errcheck)
|
golangci-lint:
app/export.go#L258
Error return value of `app.SlashingKeeper.SetValidatorSigningInfo` is not checked (errcheck)
|
golangci-lint:
app/upgrades.go#L377
Error return value of `app.ICQKeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
app/app.go#L443
appendAssign: append result not assigned to the same slice (gocritic)
|
golangci-lint:
cmd/provenanced/cmd/root.go#L118
appendAssign: append result not assigned to the same slice (gocritic)
|
golangci-lint:
internal/statesync/statesync.go#L16
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/name/client/cli/tx.go#L172
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|