aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPrometheusBot <prometheus-team@googlegroups.com>2019-05-15 02:27:02 +0100
committerBen Kochie <superq@gmail.com>2019-05-14 20:27:02 -0500
commit2a9939fcf3675b8cd93cd460ca87813ae121d757 (patch)
tree6c2e8c724507ce435d625cfbdf88e4616a5994a6 /Makefile.common
parent814ef064c0d4af5ea80a2d44d204514d5e773cb7 (diff)
downloadprometheus_node_collector-2a9939fcf3675b8cd93cd460ca87813ae121d757.tar.bz2
prometheus_node_collector-2a9939fcf3675b8cd93cd460ca87813ae121d757.tar.xz
prometheus_node_collector-2a9939fcf3675b8cd93cd460ca87813ae121d757.zip
Synchronize Makefile.common from prometheus/prometheus (#1346)
* makefile: update Makefile.common with newer version Signed-off-by: prombot <prometheus-team@googlegroups.com> * Remove obsolete release tool. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 4f18ea5..c7f9ea6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -69,7 +69,7 @@ else
69 GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH) 69 GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
70endif 70endif
71 71
72PROMU_VERSION ?= 0.3.0 72PROMU_VERSION ?= 0.4.0
73PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz 73PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
74 74
75GOLANGCI_LINT := 75GOLANGCI_LINT :=