Skip to content

Commit a027f3d

Browse files
chitoku-kbenjaminguttmann-avtq
authored andcommitted
Use go install to set up promu
1 parent 70ff694 commit a027f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test: deps
3535
promu:
3636
@GOOS=$(shell uname -s | tr A-Z a-z) \
3737
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
38-
$(GO) get -u github.com/prometheus/promu
38+
$(GO) install github.com/prometheus/promu@v0.13.0
3939

4040
build: promu
4141
@echo ">> building binaries"

0 commit comments

Comments
 (0)