Skip to content

Use docker go image

Zeger-Jan van de Weg requested to merge (removed):update-gitlab-ci into master

By using the official go docker image there is no need to install go manually and this saves time pulling the ruby image which is not being used anyway. Also, some time is save now not all packages need to be installed to install Go.

At least thats what I expected when I typed the commit message, the speed gain is to be neglected though at least this yields a clean .gitlab-ci.yml.

Merge request reports