mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
Merge pull request #566 from prometheus/beorn7/makefile
Upgrade to go1.4.2.
This commit is contained in:
commit
ae832c9e63
|
@ -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…
Reference in a new issue