diff --git a/Makefile b/Makefile index a263ab740..f54524ea2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GO = go # if using docker, should not need to be installed/linked +GO ?= go # if using docker, should not need to be installed/linked GOBIN = $(CURDIR)/build/bin UNAME = $(shell uname) # Supported: Darwin, Linux DOCKER := $(shell command -v docker 2> /dev/null)