Skip to content

tests and actions

tests and actions #1

Triggered via push November 7, 2023 01:51
Status Failure
Total duration 1m 37s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint: cmd/spop/frontend.go#L87
should use log.Printf(...) instead of log.Println(fmt.Sprintf(...)) (S1038)
lint: cmd/spop/main.go#L130
unnecessary use of fmt.Sprintf (S1039)
lint: validator_pow.go#L124
should use 'return bytes.HasPrefix(sum, []byte{0x00, 0x00})' instead of 'if !bytes.HasPrefix(sum, []byte{0x00, 0x00}) { return false }; return true' (S1008)
lint
Process completed with exit code 1.