Skip to content

chore: Bump minimum supported Go version to 1.19

Oscar Tovar requested to merge otovar/update-tool-versions into main

Description

The minimum officially supported version of Go is 1.19 due to the support policy that only promises support for the last 3 major releases: 1.21, 1.20 and 1.19. This MR updates the .tool-versions file to use the latest version of 1.19 and updates the user docs to match this as the minimum version required for contributions.

Related Issues

N/A

How has this been tested?

go test ./...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Oscar Tovar

Merge request reports