Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-10-12 22:59:01 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-10-15 14:27:49 +0300
commitbec3c07d8fbdcff322b4900a4b98f9794700fbb7 (patch)
tree35265d2e3efdba3097fc1535d8c8e1805cdf2268 /doc
parentb693a65c310e06ae644d235b00dc5a521265b3e6 (diff)
Merge branch 'docs-go1.10' into 'master'
Drop support for Go 1.9 in GitLab 11.4 Closes #51982 See merge request gitlab-org/gitlab-ce!22324
Diffstat (limited to 'doc')
-rw-r--r--doc/update/11.3-to-11.4.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/11.3-to-11.4.md b/doc/update/11.3-to-11.4.md
index 985239369d7..b50e21f27dd 100644
--- a/doc/update/11.3-to-11.4.md
+++ b/doc/update/11.3-to-11.4.md
@@ -80,8 +80,8 @@ More information can be found on the [yarn website](https://yarnpkg.com/en/docs/
### 5. Update Go
-NOTE: GitLab 11.0 and higher only supports Go 1.9.x and newer, and dropped support for Go
-1.5.x through 1.8.x. Be sure to upgrade your installation if necessary.
+NOTE: GitLab 11.4 and higher only supports Go 1.10.x and newer, and dropped support for Go
+1.9.x. Be sure to upgrade your installation if necessary.
You can check which version you are running with `go version`.