Use go1.4.2 in Makefile.
This commit is contained in:
parent
cbe221c969
commit
330e2c938a
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ MAC_OS_X_VERSION ?= 10.8
|
||||||
|
|
||||||
BUILD_PATH = $(PWD)/.build
|
BUILD_PATH = $(PWD)/.build
|
||||||
|
|
||||||
export GO_VERSION = 1.4
|
export GO_VERSION = 1.4.2
|
||||||
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(OS))))
|
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(OS))))
|
||||||
|
|
||||||
ifeq ($(GOOS),darwin)
|
ifeq ($(GOOS),darwin)
|
||||||
|
|
Loading…
Reference in New Issue