Skip to content

Commit 9f423db

Browse files
committedMay 24, 2023
upgrade github.com/prometheus/promu to v0.14.0
1 parent 358eb6a commit 9f423db

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
@@ -64,7 +64,7 @@ release: promu github-release
6464
promu:
6565
@GOOS=$(shell uname -s | tr A-Z a-z) \
6666
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
67-
$(GO) install github.com/prometheus/promu@v0.13.0
67+
$(GO) install github.com/prometheus/promu@v0.14.0
6868
PROMU=$(shell go env GOPATH)/bin/promu
6969

7070
github-release:

0 commit comments

Comments
 (0)