Merge pull request #2933 from oss-qm/submit/makefile_go_cmd

Makefile: allow overriding go command by environment
This commit is contained in:
Mrunal Patel
2021-05-04 09:57:45 -07:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
CONTAINER_ENGINE := docker
GO := go
GO ?= go
PREFIX ?= /usr/local
BINDIR := $(PREFIX)/sbin