Browse Source

Merge pull request #566 from prometheus/beorn7/makefile

Upgrade to go1.4.2.
pull/567/head
Julius Volz 10 years ago
parent
commit
ae832c9e63
  1. 2
      Makefile.INCLUDE

2
Makefile.INCLUDE

@ -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)

Loading…
Cancel
Save