Bump Golang version in source installation docs to 1.17.10
What does this MR do and why?
This is a followup to !88319 (merged). Currently the source installation and upgrade docs refer to Go 1.16.10, but looking at
https://gitlab.com/gitlab-org/gitaly/-/raw/master/.tool-versions
https://gitlab.com/gitlab-org/gitlab-shell/-/raw/main/.tool-versions
https://gitlab.com/gitlab-org/gitlab/-/raw/master/workhorse/.tool-versions
https://gitlab.com/gitlab-org/gitlab-pages/-/raw/master/.tool-versions
everybody (except Gitaly) seems to be on 1.17.9.
This MR bumps the version to 1.17.10, since this is the current version of the 1.17 branch. I will be testing later today, whether GitLab installs fine with it, but I expect no problems.
How to set up and validate locally
- Update Golang
- Install or update form source installation docs
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.