Skip to content

Add RawClientWithMacAuth to each client #498

Add RawClientWithMacAuth to each client

Add RawClientWithMacAuth to each client #498

Triggered via pull request July 24, 2024 16:04
Status Failure
Total duration 3m 57s
Artifacts

main.yml

on: pull_request
build package, run linter
3m 50s
build package, run linter
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build package, run linter: lnd_services_test.go#L34
cannot use unimplemented (variable of type *mockVersioner) as VersionerClient value in argument to checkVersionCompatibility: *mockVersioner does not implement VersionerClient (missing method RawClientWithMacAuth)
build package, run linter: lnd_services_test.go#L52
cannot use oldVersion (variable of type *mockVersioner) as VersionerClient value in argument to checkVersionCompatibility: *mockVersioner does not implement VersionerClient (missing method RawClientWithMacAuth)
build package, run linter: lnd_services_test.go#L72
cannot use buildTagsMissing (variable of type *mockVersioner) as VersionerClient value in argument to checkVersionCompatibility: *mockVersioner does not implement VersionerClient (missing method RawClientWithMacAuth) (typecheck)
build package, run linter: macaroon_recipes_test.go#L9
could not import github.com/lightninglabs/lndclient (-: # github.com/lightninglabs/lndclient [github.com/lightninglabs/lndclient.test]
build package, run linter: lnd_services_test.go#L34
cannot use unimplemented (variable of type *mockVersioner) as VersionerClient value in argument to checkVersionCompatibility: *mockVersioner does not implement VersionerClient (missing method RawClientWithMacAuth)
build package, run linter: lnd_services_test.go#L52
cannot use oldVersion (variable of type *mockVersioner) as VersionerClient value in argument to checkVersionCompatibility: *mockVersioner does not implement VersionerClient (missing method RawClientWithMacAuth)
build package, run linter: lnd_services_test.go#L72
cannot use buildTagsMissing (variable of type *mockVersioner) as VersionerClient value in argument to checkVersionCompatibility: *mockVersioner does not implement VersionerClient (missing method RawClientWithMacAuth)) (typecheck)
build package, run linter
Process completed with exit code 2.
build package, run linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build package, run linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v1, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/