Skip to content

beaconserver: a simulated beacon api server for op-stack. only necess… #377

beaconserver: a simulated beacon api server for op-stack. only necess…

beaconserver: a simulated beacon api server for op-stack. only necess… #377

Triggered via pull request August 23, 2024 07:28
Status Failure
Total duration 3m 29s
Artifacts

lint.yml

on: pull_request
Matrix: golang-lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
golang-lint (1.21.x, ubuntu-latest): core/types/tx_blob.go#L22
File is not `goimports`-ed (goimports)
golang-lint (1.21.x, ubuntu-latest): beacon/beaconserver/handlers.go#L11
File is not `goimports`-ed (goimports)
golang-lint (1.21.x, ubuntu-latest): beacon/beaconserver/server_test.go#L55
unnecessary conversion (unconvert)
golang-lint (1.21.x, ubuntu-latest): beacon/beaconserver/server_test.go#L69
unnecessary leading newline (whitespace)
golang-lint (1.21.x, ubuntu-latest): beacon/beaconserver/utils.go#L75
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
golang-lint (1.21.x, ubuntu-latest): beacon/beaconserver/server_test.go#L23
ineffectual assignment to blockNum (ineffassign)
golang-lint (1.21.x, ubuntu-latest)
issues found
golang-lint (1.21.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/