Closed grahamwhaley closed 6 years ago
CI=true make check is reporting:
CI=true make check
bash .ci/go-lint.sh qemu.go:595:15:warning: ineffectual assignment to err (ineffassign) Makefile:52: recipe for target 'check-go-static' failed make: *** [check-go-static] Error 1
Fix the trivial code problem.
CI=true make check
is reporting:Fix the trivial code problem.