Bump google.golang.org/protobuf from 1.32.0 to 1.34.0 #56
main.yaml
on: pull_request
Go Linter
/
lint
24s
Go Test
/
test
50s
Go Test
/
test-with-race
35s
Annotations
5 errors and 13 warnings
Go Linter / lint:
core/ibft_test.go#L1146
assignments should only be cuddled with other assignments (wsl)
|
Go Linter / lint:
core/ibft_test.go#L1180
only one cuddle assignment allowed before go statement (wsl)
|
Go Linter / lint:
core/ibft_test.go#L1209
go statements can only invoke functions assigned on line above (wsl)
|
Go Linter / lint:
core/ibft_test.go#L1388
go statements can only invoke functions assigned on line above (wsl)
|
Go Linter / lint
issues found
|
Go Linter / lint
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/.
|
Go Linter / lint:
core/consensus_test.go#L192
unused-parameter: parameter 'proposal' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/consensus_test.go#L197
unused-parameter: parameter 'proposal' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/consensus_test.go#L224
unused-parameter: parameter 'u' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/consensus_test.go#L366
unused-parameter: parameter 'proposal' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/consensus_test.go#L371
unused-parameter: parameter 'proposal' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/ibft_test.go#L367
unused-parameter: parameter 'view' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/ibft_test.go#L368
unused-parameter: parameter 'messageType' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/ibft_test.go#L524
unused-parameter: parameter 'view' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/ibft_test.go#L525
unused-parameter: parameter 'messageType' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
core/ibft_test.go#L594
unused-parameter: parameter 'proposal' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Test / test-with-race
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Go Test / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|