Skip to content

Bump minimum required Go version to 1.15

Patrick Steinhardt requested to merge pks-go-minimum-1.15 into main

What does this Merge Request do and why?

Gitaly has the policy of supporting the latest two stable releases of Go. With the release of Go 1.16 in February 2021, this means that it currently supports Go 1.15 and 1.16. The GDK should thus enforce a miminum required Go version of 1.15.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports