Skip to content
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

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

wesbillman
Copy link
Member

No description provided.

@wesbillman wesbillman requested review from alecthomas and a team as code owners September 30, 2024 22:50
@wesbillman wesbillman requested review from deniseli and removed request for a team September 30, 2024 22:50
@ftl-robot ftl-robot mentioned this pull request Sep 30, 2024
@@ -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
Copy link
Member Author

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. 😬

Copy link
Collaborator

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.

@ftl-robot ftl-robot mentioned this pull request Sep 30, 2024
Comment on lines -48 to +49
replace github.com/TBD54566975/ftl => /Users/safeer/dev/ftl
replace github.com/TBD54566975/ftl => ../..
Copy link
Member Author

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬 thanks Wes

@wesbillman wesbillman merged commit 51053ac into main Sep 30, 2024
93 checks passed
@wesbillman wesbillman deleted the fix-go-mod-replacements branch September 30, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants