aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-02-27 13:30:09 -0600
committerBen Kochie <superq@gmail.com>2019-02-27 20:30:09 +0100
commit8ca1e5594bf5ff8fecdc9c30a2ea7b6055d6a646 (patch)
treeed355636398c7d7ad8ab36225c377c1c168694f6 /Makefile.common
parentd546916c6b686bb42fd115f4122ec59938a37137 (diff)
downloadprometheus_node_collector-8ca1e5594bf5ff8fecdc9c30a2ea7b6055d6a646.tar.bz2
prometheus_node_collector-8ca1e5594bf5ff8fecdc9c30a2ea7b6055d6a646.tar.xz
prometheus_node_collector-8ca1e5594bf5ff8fecdc9c30a2ea7b6055d6a646.zip
upgrade promu to v0.3.0 (#1272)
Signed-off-by: Paul Gier <pgier@redhat.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 a422e1b..79001dd 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -70,7 +70,7 @@ else
70 GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH) 70 GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
71endif 71endif
72 72
73PROMU_VERSION ?= 0.2.0 73PROMU_VERSION ?= 0.3.0
74PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz 74PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
75STATICCHECK_VERSION ?= 2019.1 75STATICCHECK_VERSION ?= 2019.1
76STATICCHECK_URL := https://github.com/dominikh/go-tools/releases/download/$(STATICCHECK_VERSION)/staticcheck_$(GOHOSTOS)_$(GOHOSTARCH) 76STATICCHECK_URL := https://github.com/dominikh/go-tools/releases/download/$(STATICCHECK_VERSION)/staticcheck_$(GOHOSTOS)_$(GOHOSTARCH)