From 7e684f16aecf8121e41b39fa45a3ab969e9b1cd1 Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Wed, 26 Jun 2019 06:56:06 +0200 Subject: [PATCH] makefile: update Makefile.common with newer version (#1399) Signed-off-by: prombot --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 2dcf764a..48d2ff84 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 :=