Use go1.4.2 in Makefile.

This commit is contained in:
beorn7 2015-03-04 12:41:07 +01:00
parent cbe221c969
commit 330e2c938a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ MAC_OS_X_VERSION ?= 10.8
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))))
ifeq ($(GOOS),darwin)