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

Rename gomod to go-mod-tidy in makefile targets #2103

Merged
merged 5 commits into from
Jun 13, 2023

Conversation

viveksinghggits
Copy link
Contributor

@viveksinghggits viveksinghggits commented Jun 13, 2023

Change Overview

We had two targets in our makefile one gomod and other go-mod-download. By just reading gomod it was not clear if it's just running go mod tidy or go mod download as well.
This commit makes that explicit by renaming gomod to gomodtidy.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

make gomodtidy

We had two targets in our makefile one `gomod` and other `go-mod-download`.
By just reading `gomod` it was not clear if it's just running `go mod tidy`
or `go mod download` as well.
This commit makes that explicit by renaming gomod to gomodtidy.
@github-actions
Copy link
Contributor

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Jun 13, 2023
Copy link
Contributor

@akankshakumari393 akankshakumari393 left a comment

Choose a reason for hiding this comment

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

LGTM

Kanister automation moved this from In Progress to Reviewer approved Jun 13, 2023
@pavannd1 pavannd1 changed the title Rename gomod to gomodtidy in makefile targets Rename gomod to go-mod-tidy in makefile targets Jun 13, 2023
@pavannd1 pavannd1 merged commit 884b8cb into master Jun 13, 2023
12 of 13 checks passed
Kanister automation moved this from Reviewer approved to Done Jun 13, 2023
@pavannd1 pavannd1 deleted the rename-mod-modtidy-makefile branch June 13, 2023 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants