Browse Source

makefile: update Makefile.common with newer version (#1399)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
pull/1401/head
PrometheusBot 5 years ago committed by Ben Kochie
parent
commit
7e684f16ae
  1. 2
      Makefile.common

2
Makefile.common

@ -69,7 +69,7 @@ else
GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
endif
PROMU_VERSION ?= 0.4.0
PROMU_VERSION ?= 0.5.0
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
GOLANGCI_LINT :=

Loading…
Cancel
Save