Skip to content

WIP: Vagrant: Manually download and install Go 1.14.1 in instead of installing via apt

Peter Oberndorfer requested to merge (removed):restore-go-1.14 into master

What does this Merge Request do?

Update the Vagrantfile to manually download and install Go 1.14.1.
This is the same version as already used in Dockerfile and a similar installation procedure.
For more details see the commit.

One remaining points is that the Vagrantfile currently does not specify a docker image to use so we could end up with different ones depending on the host OS...
See #851 (comment 315744601)

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Ash McKenzie

Merge request reports

Loading