Bump promu to the latest release

Update Makefile.common to use the latest promu release.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2026-04-07 11:14:53 +02:00
parent d41fc4cdc1
commit 0a1ff7fedf
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1

View File

@ -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 :=