Skip to content

Downgrade go version used for static checking as it seems to break th… #5

Downgrade go version used for static checking as it seems to break th…

Downgrade go version used for static checking as it seems to break th… #5

Triggered via push January 3, 2024 21:49
Status Failure
Total duration 2m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
func parseContext is unused (U1000)
build
func (*Parser).getImmediate is unused (U1000)
build
possible nil pointer dereference (SA5011)
build
this check suggests that the pointer can be nil
build
possible nil pointer dereference (SA5011)
build
this check suggests that the pointer can be nil
build
redundant return statement (S1023)
build
error strings should not be capitalized (ST1005)
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)