aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPrometheusBot <prometheus-team@googlegroups.com>2019-06-26 06:56:06 +0200
committerBen Kochie <superq@gmail.com>2019-06-26 06:56:06 +0200
commit7e684f16aecf8121e41b39fa45a3ab969e9b1cd1 (patch)
tree19c88ae0bc3b36df93e8bc079726cd6f8cfbd0d7 /Makefile.common
parent4f074dfbc73803b532bf02d8aab4efcbacec311b (diff)
downloadprometheus_node_collector-7e684f16aecf8121e41b39fa45a3ab969e9b1cd1.tar.bz2
prometheus_node_collector-7e684f16aecf8121e41b39fa45a3ab969e9b1cd1.tar.xz
prometheus_node_collector-7e684f16aecf8121e41b39fa45a3ab969e9b1cd1.zip
makefile: update Makefile.common with newer version (#1399)
Signed-off-by: prombot <prometheus-team@googlegroups.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 2dcf764..48d2ff8 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.4.0 72PROMU_VERSION ?= 0.5.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 :=