diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-09 18:08:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-09 18:08:13 +0000 |
commit | f8b0e661f885d8d7df2414eaf4a465df0133a626 (patch) | |
tree | 3e10888fc084e5f67dee62c5ee25db5d1c77440d /doc/install | |
parent | d2675fa4de909714fcc6dc1bdd7bee9ce5e3af34 (diff) | |
download | gitlab-ce-f8b0e661f885d8d7df2414eaf4a465df0133a626.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 740b98ae315..cc2e57aac96 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -246,7 +246,7 @@ page](https://go.dev/dl). # Remove former Go installation folder sudo rm -rf /usr/local/go -curl --remote-name --location --progress-bar "https://go.dev/dl/go1.17.10.linux-amd64.tar.gz"" +curl --remote-name --location --progress-bar "https://go.dev/dl/go1.17.10.linux-amd64.tar.gz" echo '87fc728c9c731e2f74e4a999ef53cf07302d7ed3504b0839027bd9c10edaa3fd go1.17.10.linux-amd64.tar.gz' | shasum -a256 -c - && \ sudo tar -C /usr/local -xzf go1.17.10.linux-amd64.tar.gz sudo ln -sf /usr/local/go/bin/{go,gofmt} /usr/local/bin/ |