Skip to content

Add getLedgers implementation #544

Add getLedgers implementation

Add getLedgers implementation #544

Triggered via pull request November 8, 2024 20:28
Status Failure
Total duration 1m 0s
Artifacts

golang.yml

on: pull_request
golangci-lint
51s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
golangci-lint: cmd/soroban-rpc/internal/db/mocks.go#L119
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
golangci-lint: cmd/soroban-rpc/internal/methods/get_latest_ledger_test.go#L34
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
golangci-lint
issues found
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/