Commit graph

6 commits

Author SHA1 Message Date
Advait Patel
f382ed2d1a 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.
2025-02-20 01:02:24 -06:00
nils måsén
56368a7207
fix: testing for flag files on windows (#1249)
* fix: testing for flag files on windows
* fix build script on windows/msys
2022-04-18 19:38:19 +02:00
nils måsén
45dbfcade8
ci: add executable bit to build (#1006) 2021-06-29 12:59:56 +02:00
nils måsén
f508c92ae0
* feat: custom user agent (#990)
* fix: move build meta to own package
  this allows it to be referenced from other packages without causing a cyclic dependency
* feat: custom user agent
2021-06-11 19:23:00 +02:00
nils måsén
a5ffb653df
chore(ci): fix default branch in Dockerfiles (#875) 2021-04-01 19:18:36 +02:00
nils måsén
9fa2fd82a6
feat: include additional info in startup (#809) 2021-03-28 21:04:11 +02:00