From: PrometheusBot Date: Wed, 26 Jun 2019 07:50:48 +0000 (+0200) Subject: makefile: update Makefile.common with newer version (#494) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e9ed8c03d252183956bd16d761bc06ba0581fb0b;p=blackbox_exporter.git makefile: update Makefile.common with newer version (#494) Signed-off-by: prombot --- diff --git a/Makefile.common b/Makefile.common index 2dcf764..48d2ff8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -69,7 +69,7 @@ else GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH) endif -PROMU_VERSION ?= 0.4.0 +PROMU_VERSION ?= 0.5.0 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz GOLANGCI_LINT :=