Skip to content

Commit

Permalink
Pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
atrbgithub committed Nov 25, 2021
1 parent ecd5150 commit 83de727
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 @@ -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) \
Expand Down

0 comments on commit 83de727

Please sign in to comment.