Binary encode tx #465
main.yml
on: pull_request
golang-ci
10s
unit-tests
39s
code-quality
23s
security-scanning
29s
release
0s
Annotations
12 errors and 5 warnings
golang-ci:
client/server.go#L12
type `serverImpl` is unused (unused)
|
golang-ci:
client/server.go#L16
func `(*serverImpl).Fee` is unused (unused)
|
golang-ci:
client/server.go#L29
func `(*serverImpl).Manifest` is unused (unused)
|
golang-ci:
client/server.go#L42
func `(*serverImpl).ServerInfo` is unused (unused)
|
golang-ci:
client/server.go#L55
func `(*serverImpl).ServerState` is unused (unused)
|
golang-ci
issues found
|
code-quality:
client/server.go#L12
type serverImpl is unused (U1000)
|
code-quality:
client/server.go#L16
func (*serverImpl).Fee is unused (U1000)
|
code-quality:
client/server.go#L29
func (*serverImpl).Manifest is unused (U1000)
|
code-quality:
client/server.go#L42
func (*serverImpl).ServerInfo is unused (U1000)
|
code-quality:
client/server.go#L55
func (*serverImpl).ServerState is unused (U1000)
|
code-quality
Process completed with exit code 1.
|
golang-ci
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/.
|
code-quality
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
code-quality
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security-scanning
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|