Skip to content

Update to Go 1.21

Update to Go 1.21 #9

Triggered via pull request October 7, 2023 20:52
@angazangaz
synchronize #53
angaz:go_1_21
Status Failure
Total duration 2m 33s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
lint: pkg/crawler/handshake.go#L6
"errors" imported and not used
lint: pkg/crawler/handshake.go#L156
cannot use genesis (variable of type "github.com/ethereum/go-ethereum/common".Hash) as *"github.com/ethereum/go-ethereum/core/types".Block value in argument to forkid.NewID
lint: pkg/crawler/handshake.go#L174
cannot use genesis (variable of type "github.com/ethereum/go-ethereum/common".Hash) as *"github.com/ethereum/go-ethereum/core/types".Block value in argument to forkid.NewID
lint: cmd/crawler/crawlercmd.go#L32
could not import github.com/ethereum/node-crawler/pkg/crawler (-: # github.com/ethereum/node-crawler/pkg/crawler
lint: pkg/crawler/handshake.go#L6
"errors" imported and not used
lint: pkg/crawler/handshake.go#L156
cannot use genesis (variable of type "github.com/ethereum/go-ethereum/common".Hash) as *"github.com/ethereum/go-ethereum/core/types".Block value in argument to forkid.NewID
lint: pkg/crawler/handshake.go#L174
cannot use genesis (variable of type "github.com/ethereum/go-ethereum/common".Hash) as *"github.com/ethereum/go-ethereum/core/types".Block value in argument to forkid.NewID
lint
Process completed with exit code 1.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/