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(golang): autodiscovery should run go mod tidy from sub folders #1957

Merged
merged 7 commits into from
Feb 27, 2024

Conversation

olblak
Copy link
Member

@olblak olblak commented Feb 26, 2024

Detected while running Updatecli on https://git.shivering-isles.com/shivering-isles/infrastructure-gitops
When updatecli identifies a go.mod from a subfolder, it now correctly run go mod tidy from that sub folder

Test

To test this pull request, you can run the following commands:

cd <to_package_directory>
go test

Additional Information

Tradeoff

Potential improvement

@olblak olblak added bug Something isn't working autodiscovery All things related to the autodiscovery feature labels Feb 26, 2024
@olblak olblak added this to the 0.74.0 milestone Feb 26, 2024
olblak and others added 5 commits February 26, 2024 20:59
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak merged commit c8cc31e into updatecli:main Feb 27, 2024
6 checks passed
@olblak olblak deleted the fix/autodiscovery/golang branch February 27, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodiscovery All things related to the autodiscovery feature bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant