Merge pull request #566 from prometheus/beorn7/makefile

Upgrade to go1.4.2.
This commit is contained in:
Julius Volz 2015-02-27 15:19:43 +01:00
commit ae832c9e63

View file

@ -28,7 +28,7 @@ MAKEFILE_DIR ?= $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
BUILD_PATH = $(MAKEFILE_DIR)/.build
GO_VERSION := 1.4
GO_VERSION := 1.4.2
GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(OS))))
ifeq ($(GOOS),darwin)