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

add a go mod tidy before go mod vendor #1576

Merged

Conversation

nader-ziada
Copy link
Contributor

It’s generally a good practice to add a call to go mod tidy before running go mod vendor. This ensures that your go.mod file is up-to-date and accurately reflects the dependencies before running the tests.
Not calling go mod tidy caused an issue in one of the dependencies updates because go version needed to be changed to 1.23 from 1.22

It’s generally a good practice to add a call to go mod tidy before running go mod vendor.
This ensures that your go.mod file is up-to-date and accurately reflects the dependencies
before running the tests.
Not calling go mod tidy caused an issue in one of the dependencies updates because go version
needed to be changed to 1.23 from 1.22
@aramprice aramprice merged commit c65563b into cloudfoundry:master Oct 11, 2024
1 check passed
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.

2 participants