Skip to content

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

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

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

Triggered via pull request August 23, 2024 08:12
Status Failure
Total duration 3m 38s
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/fakebeacon/handlers.go#L11
File is not `goimports`-ed (goimports)
golang-lint (1.21.x, ubuntu-latest): beacon/fakebeacon/utils.go#L19
const `blobCommitmentVersionKZG` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): beacon/fakebeacon/utils.go#L22
func `kZGToVersionedHash` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): beacon/fakebeacon/server_test.go#L64
unnecessary leading newline (whitespace)
golang-lint (1.21.x, ubuntu-latest): beacon/fakebeacon/utils.go#L73
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
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/