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

go-runtime/compile/build-template imports ftl but doesn't pin it #947

Closed
alecthomas opened this issue Feb 16, 2024 · 0 comments
Closed

go-runtime/compile/build-template imports ftl but doesn't pin it #947

alecthomas opened this issue Feb 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working P0 Work on this now

Comments

@alecthomas
Copy link
Collaborator

alecthomas commented Feb 16, 2024

This causes existing builds in the wild to randomly break if anything changes.

Specifically this file needs to import the current version of FTL explicitly, rather than allowing go mod tidy to just pull the latest version.

@alecthomas alecthomas added bug Something isn't working P0 Work on this now labels Feb 16, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Feb 16, 2024
@wesbillman wesbillman self-assigned this Feb 16, 2024
@wesbillman wesbillman removed the triage Issue needs triaging label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Work on this now
Projects
None yet
Development

No branches or pull requests

2 participants