From c5689ade403ecc134a5761f61a45515e35a753cb Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Thu, 15 Dec 2022 18:02:39 +0100 Subject: [PATCH] Update common Prometheus files (#1004) Signed-off-by: prombot --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 7642c44..e358db6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,7 +55,7 @@ ifneq ($(shell which gotestsum),) endif endif -PROMU_VERSION ?= 0.13.0 +PROMU_VERSION ?= 0.14.0 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz SKIP_GOLANGCI_LINT := -- 2.25.1