From 6e6ab20004a18655e116731dc262d77a4f277163 Mon Sep 17 00:00:00 2001 From: Maxime Wojtczak Date: Wed, 11 Sep 2024 08:05:07 +0200 Subject: [PATCH] Update Makefile.common --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index f838e07..5b2ae91 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,7 +55,7 @@ ifneq ($(shell which gotestsum),) endif endif -PROMU_VERSION ?= 0.14.0 +PROMU_VERSION ?= 0.17.0 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz SKIP_GOLANGCI_LINT := @@ -264,4 +264,4 @@ $(1)_precheck: echo "Execution of '$$(PRECHECK_COMMAND_$(1))' command failed. Is $(1) installed?"; \ exit 1; \ fi -endef \ No newline at end of file +endef