Skip to content

Upgrade to Go 1.16

Patrick Steinhardt requested to merge pks-go-1.16 into master

What does this MR do?

Gitaly has the policy of always supporting the latest two stable Go versions. Following this policy and the release of Go 1.16 in February 2021, this means that it's time to bump the minimum required Go version for Gitaly to 1.15.

Most projects for which CNG is building images already do support that version or are in the process of adding tests for that version:

- gitlab-shell: b49c1d4 (Compile against go 1.14-1.16, 2021-03-13)
- gitlab-pages: 48ec6de (Set Go 1.16.2 for project, 2021-03-25)
- gitlab-container-registry: 32b58091 (Bump default Go version to 1.16, 2021-02-22)
- gitaly: gitaly!3352
- gitlab-elasticsearch-indexer: gitlab-elasticsearch-indexer!103

Update the Go base image to version 1.16.3.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by DJ Mountney

Merge request reports