From 83de7274cd838794c345448aff6245dced8462a6 Mon Sep 17 00:00:00 2001 From: atrbgithub <14765982+atrbgithub@users.noreply.github.com> Date: Thu, 25 Nov 2021 12:56:46 +0000 Subject: [PATCH] Pin version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbc36551..8cf0cc46 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ release: promu github-release promu: @GOOS=$(shell uname -s | tr A-Z a-z) \ GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \ - $(GO) get -u github.com/prometheus/promu + $(GO) get github.com/prometheus/promu@v0.12.0 github-release: @GOOS=$(shell uname -s | tr A-Z a-z) \