Skip to content

chore(deps): update actions/setup-go action to v4 - abandoned #73

chore(deps): update actions/setup-go action to v4 - abandoned

chore(deps): update actions/setup-go action to v4 - abandoned #73

Triggered via pull request November 5, 2024 01:22
Status Failure
Total duration 2m 45s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint: pkg/exporter/api/api.go#L11
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/api/metrics.go#L6
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/account.go#L7
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/api' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/account.go#L8
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/account.go#L9
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L7
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/api' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L8
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/chainlink_data_feed.go#L9
import 'github.com/sirupsen/logrus' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/jobs/erc1155.go#L9
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/api' is not allowed from list 'Main' (depguard)
lint: pkg/exporter/config.go#L7
import 'github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/exporter/jobs' is not allowed from list 'Main' (depguard)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@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/
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethereum-address-metrics-exporter/ethereum-address-metrics-exporter. Supported file pattern: go.sum
lint: pkg/exporter/jobs/chainlink_data_feed.go#L109
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/exporter/jobs/erc1155.go#L111
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/exporter/jobs/erc20.go#L108
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/root.go#L17
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)