From 60e9670f1485deeadb8027e16c393d74d0af6594 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Wed, 22 Sep 2021 20:40:04 +0200 Subject: [PATCH] Bump promtool version in Makefile (#2151) Fixes: https://github.com/prometheus/node_exporter/issues/2148 Signed-off-by: Ben Kochie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90fef411..e72dea5d 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x include Makefile.common -PROMTOOL_VERSION ?= 2.18.1 +PROMTOOL_VERSION ?= 2.30.0 PROMTOOL_URL ?= https://github.com/prometheus/prometheus/releases/download/v$(PROMTOOL_VERSION)/prometheus-$(PROMTOOL_VERSION).$(GO_BUILD_PLATFORM).tar.gz PROMTOOL ?= $(FIRST_GOPATH)/bin/promtool