Skip to content

Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1)

What does this MR do?

As described in this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/33236, upgrade of Gitlab CE from 9.1 to 9.2 fails with Go 1.5 (installed when deploying Gitlab 8.1). Upgrading Go to 1.8.3 fixes the issue. Of note, 9.3 documentation says it is compulsory to upgrade to Go 1.8.3.

In this MR, I propose to help the user upgrading his/her GitLab instance by proposing to upgrade to 1.8.3. This will come handy especially if the user encounters the bug reported in https://gitlab.com/gitlab-org/gitlab-ce/issues/33236.

Edited by username-removed-537788

Merge request reports