We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8106dd commit d8c06bbCopy full SHA for d8c06bb
Makefile.common
@@ -70,7 +70,7 @@ else
70
GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
71
endif
72
73
-PROMU_VERSION ?= 0.2.0
+PROMU_VERSION ?= 0.3.0
74
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
75
STATICCHECK_VERSION ?= 2019.1
76
STATICCHECK_URL := https://github.com/dominikh/go-tools/releases/download/$(STATICCHECK_VERSION)/staticcheck_$(GOHOSTOS)_$(GOHOSTARCH)
0 commit comments