Build your own CI system in Go (Part 1)
Intro Welcome! Within this series of blog posts we will go step by step through the process of building your own simple CI system from scratch in Golang. But what exactly are we going to build? We will start small with a simple one-binary-server solution to execute our CI workload. In later posts we will extend and improve it. At this point one reasonable question can come to your mind: why do we even want to do this?...