refactor: abstract codec versions into common interfaces #218
Annotations
12 errors and 6 warnings
tests:
encoding/encoding.go#L59
cannot use &DACodecV0{} (value of type *DACodecV0) as Codec value in return statement: *DACodecV0 does not implement Codec (wrong type for method NewDABlock)
|
tests:
encoding/encoding.go#L61
cannot use &DACodecV1{} (value of type *DACodecV1) as Codec value in return statement: *DACodecV1 does not implement Codec (wrong type for method NewDABlock)
|
tests:
encoding/encoding.go#L63
cannot use &DACodecV2{} (value of type *DACodecV2) as Codec value in return statement: *DACodecV2 does not implement Codec (wrong type for method NewDABlock)
|
tests:
encoding/encoding.go#L65
cannot use &DACodecV3{} (value of type *DACodecV3) as Codec value in return statement: *DACodecV3 does not implement Codec (wrong type for method NewDABlock)
|
tests:
encoding/encoding.go#L67
cannot use &DACodecV4{} (value of type *DACodecV4) as Codec value in return statement: *DACodecV4 does not implement Codec (wrong type for method NewDABlock)
|
tests
Process completed with exit code 2.
|
check:
encoding/encoding.go#L59
cannot use &DACodecV0{} (value of type *DACodecV0) as Codec value in return statement: *DACodecV0 does not implement Codec (wrong type for method NewDABlock)
|
check:
encoding/encoding.go#L61
cannot use &DACodecV1{} (value of type *DACodecV1) as Codec value in return statement: *DACodecV1 does not implement Codec (wrong type for method NewDABlock)
|
check:
encoding/encoding.go#L63
cannot use &DACodecV2{} (value of type *DACodecV2) as Codec value in return statement: *DACodecV2 does not implement Codec (wrong type for method NewDABlock)
|
check:
encoding/encoding.go#L65
cannot use &DACodecV3{} (value of type *DACodecV3) as Codec value in return statement: *DACodecV3 does not implement Codec (wrong type for method NewDABlock)
|
check:
encoding/encoding.go#L67
cannot use &DACodecV4{} (value of type *DACodecV4) as Codec value in return statement: *DACodecV4 does not implement Codec (wrong type for method NewDABlock)
|
check
Process completed with exit code 2.
|
tests
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/
|
tests
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/
|
goimports-lint
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/
|
goimports-lint
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/
|
check
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/
|
check
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/
|