Files
airshipctl/Makefile
Ian Howell edea4a2a36 Suppress the "go command not found" message
When a make target is run, make will try to find the GOBIN using a go
command. If go isn't installed, the user sees the message:

  /bin/bash: go: command not found

This can be confusing, especially when a docker-image target is being
run. This change suppresses that message.

Change-Id: Ie27a4a82a3692db60445601febf3bd51f956d575
2021-01-20 09:40:56 -06:00

7.8 KiB