Skip to content

Fix golang installation for Ubuntu

Joe Marty requested to merge josephmarty/gitlab-development-kit:patch-2 into main

apt-get install golang-1.8-go does not install the actual go executable. apt-get install golang-go installs the newest one after adding the backports ppa.

Merge request reports