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.pull/2083/head
parent
76f9cea516
commit
f382ed2d1a
Loading…
Reference in New Issue