Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more Go versions in workflow #202

Closed
gaukas opened this issue Jul 30, 2023 · 1 comment · Fixed by #203
Closed

Support more Go versions in workflow #202

gaukas opened this issue Jul 30, 2023 · 1 comment · Fixed by #203

Comments

@gaukas
Copy link
Contributor

gaukas commented Jul 30, 2023

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
Copy link
Contributor Author

gaukas commented Jul 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant