aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Ripa <eric@ripa.io>2015-08-28 23:30:27 +0200
committerEric Ripa <eric@ripa.io>2015-08-29 08:01:31 +0200
commita8fbe6a20d1574f650ac1f1afff2127698afa9c8 (patch)
tree83d3dca782b663bb3d4b83f2ca8cc701b88ad3ae /Makefile
parent704e8f76d81e9569873eb8f8a0bac0bc1dd74c4e (diff)
downloadprometheus_node_collector-a8fbe6a20d1574f650ac1f1afff2127698afa9c8.tar.bz2
prometheus_node_collector-a8fbe6a20d1574f650ac1f1afff2127698afa9c8.tar.xz
prometheus_node_collector-a8fbe6a20d1574f650ac1f1afff2127698afa9c8.zip
Changed Go version to 1.5.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14f421a..fbfc28b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,6 @@
13 13
14VERSION := 0.11.0 14VERSION := 0.11.0
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version=$(VERSION)"
17 17
18include Makefile.COMMON 18include Makefile.COMMON