From 0a1ff7fedfb07dd354e4ddf670afdfc6ff50ad54 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Tue, 7 Apr 2026 11:14:53 +0200 Subject: [PATCH] Bump promu to the latest release Update Makefile.common to use the latest promu release. Signed-off-by: SuperQ --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index f8d0172026..52fe9daaf0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum 2> /dev/null),) endif endif -PROMU_VERSION ?= 0.18.0 +PROMU_VERSION ?= 0.18.1 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz SKIP_GOLANGCI_LINT :=