pushup icon indicating copy to clipboard operation
pushup copied to clipboard

Determine the minimum version of Go required for runtime

Open paulsmith opened this issue 3 years ago • 1 comments

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 avatar Feb 03 '23 22:02 paulsmith

Gobrew and similar tools handle this

gedw99 avatar Sep 02 '24 23:09 gedw99