mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Bump promtool version in Makefile (#2151)
Fixes: https://github.com/prometheus/node_exporter/issues/2148 Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
c10aa42a4f
commit
60e9670f14
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue