-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: ftl dev failing from go.mod files #2911
Conversation
@@ -4,7 +4,7 @@ go 1.23.0 | |||
|
|||
replace github.com/TBD54566975/ftl => ../../.. | |||
|
|||
require github.com/TBD54566975/ftl v0.248.0 | |||
require github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alecthomas I wasn't 100% sure on this, but noticed that echo
and time
had different versions here so I made all of them the same. 😬
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a correct replace
directive exists, the version is irrelevant, so it doesn't hurt.
replace github.com/TBD54566975/ftl => /Users/safeer/dev/ftl | ||
replace github.com/TBD54566975/ftl => ../.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the main change/fix for this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😬 thanks Wes
No description provided.