Skip to content

Commit

Permalink
Use go install to set up promu
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored and benjaminguttmann-avtq committed Aug 11, 2022
1 parent 70ff694 commit a027f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test: deps
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) install github.com/prometheus/promu@v0.13.0

build: promu
@echo ">> building binaries"
Expand Down

0 comments on commit a027f3d

Please sign in to comment.