refraction-networking/utls

Support more Go versions in workflow

gaukas opened this issue · 1 comments

gaukas commented

Currently we have only Go 1.19, which is already one of the old stable versions and soon enough Go 1.21 will be the new stable.

We would like to support the latest 2 or 3 versions to provide a better understanding for the version compatibility:

  • stable
  • old stable (one minor version behind stable)
  • beta release candidate (if applicable)
gaukas commented

It is worth noting that currently the go test will fail for Go versions starting from 1.20, since some changes made to the crypto library (and potentially its dependencies) caused different behaviors.