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

Determine the minimum version of Go required for runtime #103

Open
paulsmith opened this issue Feb 3, 2023 · 0 comments
Open

Determine the minimum version of Go required for runtime #103

paulsmith opened this issue Feb 3, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@paulsmith
Copy link
Contributor

It would be good to let users of Pushup know what is oldest version of Go is that they need to install in order to run pushup build or pushup run. One way to figure this out would be to look at the code generator and some generated .up -> .go files, and see if there are any obvious features that stand out as being introduced with a certain version of Go. The other way would be to systematically build a Pushup project with Go versions starting at 1.0, if it doesn't compile, increment by a point release until it does.

@paulsmith paulsmith added the good first issue Good for newcomers label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant