Skip to content

.github: setup ci

.github: setup ci #2

Triggered via pull request September 22, 2023 13:06
Status Failure
Total duration 2m 30s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/crawler/connection.go#L157
field `ourKey` is unused (unused)
lint: pkg/crawler/connection.go#L159
field `negotiatedSnapProtoVersion` is unused (unused)
lint: pkg/crawler/connection.go#L162
field `caps` is unused (unused)
lint: pkg/crawler/enr.go#L76
var `attrFormatters` is unused (unused)
lint: pkg/crawler/enr.go#L91
func `formatAttrString` is unused (unused)
lint: pkg/crawler/enr.go#L96
func `formatAttrIP` is unused (unused)
lint: pkg/crawler/enr.go#L104
func `formatAttrUint` is unused (unused)
lint: pkg/crawler/enr.go#L86
func `formatAttrRaw` is unused (unused)
lint: pkg/crawler/crawl.go#L178
S1000: should use for range instead of for { select {} } (gosimple)
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/