Makefile: allow overriding go command by environment

This is required for environments/build systems where a specific
go version / command needs to be used.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2021-05-04 11:59:02 +02:00
parent c73d766ee6
commit 541fc19e54
+1 -1
View File
@@ -1,5 +1,5 @@
CONTAINER_ENGINE := docker
GO := go
GO ?= go
PREFIX ?= /usr/local
BINDIR := $(PREFIX)/sbin