digitalocean/go-qemu

ci: remove scripts/golint.sh, replace with built-in golint flag

mdlayher opened this issue · 0 comments

golint has a flag that causes it to exit with non-zero status, rendering our CI build script for this purpose obsolete.

Replace with golint -set_exit_status ./... in CI.

This is an easy Hacktoberfest contribution, so I'll leave this unfixed for a few days. Feel free to submit a PR to fix this and work toward that t-shirt!