You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Error Handling and Dependency Checks in build.sh
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.
0 commit comments