mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-15 07:47:48 -08:00
Update Makefile.COMMON
This commit is contained in:
parent
e12241aac2
commit
f261b788d2
|
@ -44,7 +44,7 @@ SRC ?= $(shell find . -type f -name "*.go" ! -path "./.build/*")
|
|||
GOOS ?= $(shell uname | tr A-Z a-z)
|
||||
GOARCH ?= $(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m)))
|
||||
|
||||
GO_VERSION ?= 1.5.2
|
||||
GO_VERSION ?= 1.5.3
|
||||
GOURL ?= https://golang.org/dl
|
||||
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH).tar.gz
|
||||
GOPATH := $(CURDIR)/.build/gopath
|
||||
|
|
Loading…
Reference in a new issue