After cloning the repository, and following the steps for deployment seems there are a issue with makefile.
One-Command Deployment
make deploy-all
Makefile:249: warning: overriding recipe for target 'test-security'
Makefile:175: warning: ignoring old recipe for target 'test-security'
Makefile:259: warning: overriding recipe for target 'test-coverage'
Makefile:193: warning: ignoring old recipe for target 'test-coverage'
make: *** No rule to make target 'deploy-all'. Stop.
Step-by-Step Setup
make build-go
Makefile:249: warning: overriding recipe for target 'test-security'
Makefile:175: warning: ignoring old recipe for target 'test-security'
Makefile:259: warning: overriding recipe for target 'test-coverage'
Makefile:193: warning: ignoring old recipe for target 'test-coverage'
make: *** No rule to make target 'build-go'. Stop.
After cloning the repository, and following the steps for deployment seems there are a issue with makefile.
One-Command Deployment
Step-by-Step Setup