You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
orpushup 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.The text was updated successfully, but these errors were encountered: