Browse Source

Update promu

Update promu to the latest release.

Signed-off-by: SuperQ <superq@gmail.com>
pull/14023/head
SuperQ 7 months ago
parent
commit
f09cf2d9fb
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
  1. 2
      Makefile.common

2
Makefile.common

@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum 2> /dev/null),)
endif
endif
PROMU_VERSION ?= 0.15.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 :=

Loading…
Cancel
Save