Skip to content

Commit

Permalink
Merge pull request #14023 from prometheus/superq/promu
Browse files Browse the repository at this point in the history
Update promu
  • Loading branch information
SuperQ committed May 2, 2024
2 parents 85e3c43 + f09cf2d commit 73f42fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum 2> /dev/null),)
endif
endif

PROMU_VERSION ?= 0.15.0
PROMU_VERSION ?= 0.17.0
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz

SKIP_GOLANGCI_LINT :=
Expand Down

0 comments on commit 73f42fe

Please sign in to comment.