Skip to content

build fix(7)

build fix(7) #2004

Triggered via push November 21, 2024 16:21
Status Failure
Total duration 3m 12s
Artifacts

go-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
lint
issues found
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/SecretNetwork/SecretNetwork. Supported file pattern: go.sum
lint: x/compute/internal/keeper/ante.go#L128
var-declaration: should drop = nil from declaration of var latestProposal; it is the zero value (revive)
lint: cmd/secretd/attestation.go#L314
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)