Update common Prometheus files
authorprombot <prometheus-team@googlegroups.com>
Wed, 26 Jan 2022 00:01:49 +0000 (00:01 +0000)
committerprombot <prometheus-team@googlegroups.com>
Wed, 26 Jan 2022 00:01:49 +0000 (00:01 +0000)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
.circleci/config.yml
Makefile.common

index bbb32c193a857718b70852c9e11015df9dc74309..6738877807f1dff3cfe60e263b80a6dba9d83733 100644 (file)
@@ -1,6 +1,6 @@
 version: 2.1
 orbs:
-  prometheus: prometheus/prometheus@0.11.0
+  prometheus: prometheus/prometheus@0.15.0
 executors:
   # Whenever the Go version is updated here, .promu.yml should also be updated.
   golang:
index ed7d1826e4ea4654c89655f672e1acb6ba70195c..bf7304e58db63a2b4ddbaef2c5541dde15f54cf0 100644 (file)
@@ -78,7 +78,7 @@ ifneq ($(shell which gotestsum),)
 endif
 endif
 
-PROMU_VERSION ?= 0.12.0
+PROMU_VERSION ?= 0.13.0
 PROMU_URL     := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
 
 GOLANGCI_LINT :=