Drop `go build` job in favor of multistage builds
What does this MR do?
Since all analyzers now rely on multistage docker builds, we can finally
drop the go build
CI job.
What are the relevant issue numbers?
Relates to gitlab-org/gitlab#9736 (closed)