Skip to content

Resolves #28 Implement execution/constants.go & execution/execution.go #166

Resolves #28 Implement execution/constants.go & execution/execution.go

Resolves #28 Implement execution/constants.go & execution/execution.go #166

Triggered via pull request September 23, 2024 21:27
Status Failure
Total duration 23s
Artifacts

go.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (1.22.3)
missing go.sum entry for module providing package github.com/deckarep/golang-set/v2 (imported by github.com/ethereum/go-ethereum/rpc); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/shirou/gopsutil/cpu (imported by github.com/ethereum/go-ethereum/metrics); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/gorilla/websocket (imported by github.com/ethereum/go-ethereum/rpc); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/syndtr/goleveldb/leveldb (imported by github.com/ethereum/go-ethereum/ethdb/leveldb); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/syndtr/goleveldb/leveldb/errors (imported by github.com/ethereum/go-ethereum/ethdb/leveldb); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/syndtr/goleveldb/leveldb/filter (imported by github.com/ethereum/go-ethereum/ethdb/leveldb); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/syndtr/goleveldb/leveldb/opt (imported by github.com/ethereum/go-ethereum/ethdb/leveldb); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/syndtr/goleveldb/leveldb/util (imported by github.com/ethereum/go-ethereum/ethdb/leveldb); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/cockroachdb/pebble (imported by github.com/ethereum/go-ethereum/ethdb/pebble); to add:
build (1.22.3)
missing go.sum entry for module providing package github.com/cockroachdb/pebble/bloom (imported by github.com/ethereum/go-ethereum/ethdb/pebble); to add:
build (1.22.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/