Skip to content

Commit

Permalink
upgrade github.com/prometheus/promu to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqsj committed May 24, 2023
1 parent 358eb6a commit 9f423db
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 @@ -64,7 +64,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) install github.com/prometheus/promu@v0.13.0
$(GO) install github.com/prometheus/promu@v0.14.0
PROMU=$(shell go env GOPATH)/bin/promu

github-release:
Expand Down

0 comments on commit 9f423db

Please sign in to comment.