diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-10-06 14:12:31 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-10-06 14:12:31 +0200 |
commit | 858839383bed0023f11ad3fd9aceba8632bddb68 (patch) | |
tree | 09881a9a9cec565ef759052d9a3ad7a6cfba03d0 /doc/update | |
parent | 5bdd8c3e3e7b94dab6dfe80a279764c4d451ca75 (diff) | |
download | gitlab-ce-858839383bed0023f11ad3fd9aceba8632bddb68.tar.gz |
Use gitlab-workhorse 0.8.4
Fixes Go 1.5 compatibility.
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.12-to-8.13.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index 411e4837e20..e3f61247be5 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -84,7 +84,7 @@ GitLab 8.1. ```bash cd /home/git/gitlab-workhorse sudo -u git -H git fetch --all -sudo -u git -H git checkout v0.8.2 +sudo -u git -H git checkout v0.8.4 sudo -u git -H make ``` |