Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 #7021
Annotations
10 errors and 1 warning
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/quarantine/quarantine.go#L88
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
golangci-lint:
testutil/cli/exec.go#L29
exported: type name will be used as cli.CLITxExecutor by other packages, and that stutters; consider calling this TxExecutor (revive)
|
golangci-lint:
internal/handlers/msg_service_router.go#L103
(*PioMsgServiceRouter).registerMsgServiceHandler - result 0 (error) is always nil (unparam)
|
golangci-lint:
internal/protocompat/protocompat.go#L8
import 'github.com/golang/protobuf/proto' is not allowed from list 'main' (depguard)
|
golangci-lint:
cmd/provenanced/cmd/genaccounts.go#L689
S1040: type assertion to the same type: msg already has type sdk.Msg (gosimple)
|
golangci-lint:
x/marker/simulation/proposals.go#L36
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
golangci-lint:
x/marker/simulation/proposals.go#L37
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
golangci-lint:
x/marker/simulation/proposals.go#L72
SA1019: simtypes.ContentSimulatorFn is deprecated: Use MsgSimulatorFn instead. (staticcheck)
|
golangci-lint:
x/marker/simulation/proposals.go#L73
SA1019: simtypes.Content is deprecated: Use MsgSimulatorFn instead. (staticcheck)
|
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/.
|