aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a422e1b..79001dd 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -70,7 +70,7 @@ else
70 GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH) 70 GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
71endif 71endif
72 72
73PROMU_VERSION ?= 0.2.0 73PROMU_VERSION ?= 0.3.0
74PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz 74PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
75STATICCHECK_VERSION ?= 2019.1 75STATICCHECK_VERSION ?= 2019.1
76STATICCHECK_URL := https://github.com/dominikh/go-tools/releases/download/$(STATICCHECK_VERSION)/staticcheck_$(GOHOSTOS)_$(GOHOSTARCH) 76STATICCHECK_URL := https://github.com/dominikh/go-tools/releases/download/$(STATICCHECK_VERSION)/staticcheck_$(GOHOSTOS)_$(GOHOSTARCH)