refactor: abstract codec versions into common interfaces #319
Annotations
7 errors and 2 warnings
Lint:
encoding/codecv0_test.go#L197
shadow: declaration of "daBatchV0" shadows declaration at line 215 (govet)
|
Lint:
encoding/codecv0_test.go#L352
shadow: declaration of "err" shadows declaration at line 332 (govet)
|
Lint:
encoding/codecv1_test.go#L406
shadow: declaration of "err" shadows declaration at line 386 (govet)
|
Lint:
encoding/codecv2_test.go#L406
shadow: declaration of "err" shadows declaration at line 386 (govet)
|
Lint:
encoding/codecv3_test.go#L408
shadow: declaration of "err" shadows declaration at line 388 (govet)
|
Lint:
encoding/codecv4_test.go#L407
shadow: declaration of "err" shadows declaration at line 387 (govet)
|
Lint
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading