Skip to content

Use Go 1.11.10 in source installations

Jacob Vosmaer requested to merge jv-go-1.11.10 into master

What does this MR do?

Several Go components in GitLab dropped support for Go 1.10 a while ago already but the installation guide was still telling people to install Go 1.10. This MR changes that to the latest Go 1.11 release (1.11.10).

Gitaly 1.47.0 and up will require Go 1.11.4 or newer to compile (because of gitaly!1286 (merged)); this is the motivation for this MR.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports

Loading