Skip to content

Commit

Permalink
Update Makefile.common
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwo authored Sep 11, 2024
1 parent 81b1d90 commit 6e6ab20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ifneq ($(shell which gotestsum),)
endif
endif

PROMU_VERSION ?= 0.14.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 Expand Up @@ -264,4 +264,4 @@ $(1)_precheck:
echo "Execution of '$$(PRECHECK_COMMAND_$(1))' command failed. Is $(1) installed?"; \
exit 1; \
fi
endef
endef

0 comments on commit 6e6ab20

Please sign in to comment.