diff --git a/.promu.yml b/.promu.yml index 55ce91d7..30b497b4 100644 --- a/.promu.yml +++ b/.promu.yml @@ -10,7 +10,11 @@ build: path: ./cmd/alertmanager - name: amtool path: ./cmd/amtool - flags: -a -tags netgo + flags: -a + tags: + all: + - netgo + windows: [] ldflags: | -X github.com/prometheus/common/version.Version={{.Version}} -X github.com/prometheus/common/version.Revision={{.Revision}} diff --git a/Makefile.common b/Makefile.common index 7642c448..e358db69 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,7 +55,7 @@ ifneq ($(shell which gotestsum),) endif endif -PROMU_VERSION ?= 0.13.0 +PROMU_VERSION ?= 0.14.0 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz SKIP_GOLANGCI_LINT :=