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

Updated Application generator to ensure go.mod is added to implicit dependencies #57

Merged
merged 2 commits into from
Feb 28, 2022

Conversation

phillipCouto
Copy link
Contributor

If the application generator is executed and the skipGoMod is undefined or false then we will ensure that go.mod: "*" is added to implicitDependencies in nx.json.

Added a migration for 2.3.0 so that when users upgrade their workspace it will add the dependency if go.mod exists.

Closes #52.

@beeman beeman merged commit 141c982 into nx-go:main Feb 28, 2022
@beeman
Copy link
Member

beeman commented Feb 28, 2022

This has been released as @nx-go/nx-go@2.3.0 🥳. Thanks for your contribution @phillipCouto!

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.

Add go.mod to implicitDependencies in nx.json for proper affected calculations
2 participants