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
Issue #1183
Logic for what versions pass/fail is documented in `version.go`.
Manually tested the changes to `cmd/ftl/main.go` by:
* Set ftl.Version by hardcoding it in ftl/Justfile
* Set ftl-min-version in the top level ftl/ftl-project.toml
* `just build ftl` to make an FTL binary
* `build/release/ftl schema get` to see if it fatals or not
* Successfully got: `ftl: error: FTL version '0.1.1' predates the
minimum version '10.0.1'`
* When it worked correctly, with no error: `ftl: error: unavailable:
dial tcp [::1]:8892: connect: connection refused`
Going ahead and closing this since the ftl-project.toml change is in, we decided to defer any further design work, and any planning on how we'd support this in ftl.toml require a bit of design/thinking.
The
ftl
binary would validate this against its own version.The text was updated successfully, but these errors were encountered: