From 4ee2e1fd93935710d3684c5c89e22fcbaa5b0e9e Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Wed, 4 Nov 2020 00:33:59 +0100 Subject: [PATCH] Install promu v0.7.0 (#8148) Will start producing ZIP archives for Windows releases in addition to tarballs. Signed-off-by: Tobias Schmidt --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 4e325f582..3ac29c636 100644 --- a/Makefile.common +++ b/Makefile.common @@ -78,7 +78,7 @@ ifneq ($(shell which gotestsum),) endif endif -PROMU_VERSION ?= 0.6.0 +PROMU_VERSION ?= 0.7.0 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz GOLANGCI_LINT :=