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

Improve Error Handling and Dependency Checks in build.sh file #2083

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

advaitpatel
Copy link

Although the project says to have GO as a prereq, having something to catch and check the dependency beforehand helps.

Therefore, refactoring the script to add the check first before running to handle the script run in a better way.

Issue: The script does not check for Go installation before running go build.
Fix: Added a dependency check to prevent build failures.

Although, the project says to have GO as a pre-req but having something to catch and check the dependency beforehand helps.

Therefore, refactoring the script to add the check first before running to handle the script in a better way.

Issue: The script does not check for Go installation before running go build.
Fix: Added a dependency check to prevent build failures.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Congratulations on opening your first pull request! We'll get back to you as soon as possible. In the meantime, please make sure you've updated the documentation to reflect your changes and have added test automation as needed. Thanks! 🙏🏼

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.

1 participant