chore(ci): remove comment stating support for 3 minor Go versions

Removes comment stating that we'll be supporting the latest 3 minor Go Versions, to align with our removal of v1.24.


Copied from Slack:

  • Quick question regarding this comment above our Go version testing matrix:
# NOTE: before changing the `GO_VERSION` matrix, # have you reviewed # https://docs.gitlab.com/ee/development/go_guide/go_upgrade.html#testing-against-shipped-go-versions? # Generally, we should always support the latest 3 minor Go versions 
.go-versions: &go-versions ["1.25", "1.26"]
  • We dropped support for 1.24 here, citing that services have all been migrated to 1.25+ for performance reasons. I noticed this while migrating Workhorse, which is still built with 1.24.
  • Have we preemptively dropped support for 1.24? Or should we simply remove this comment stating that we're planning on supporting the latest 3 minor versions?
Edited by Luke Hollinda

Merge request reports

Loading
Loading