Skip to content

Determine the minimum version of Go required for runtime #103

@paulsmith

Description

@paulsmith

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions