From 1fcbcabcb24f2cbba55a44e869ab61e91e4b6bea Mon Sep 17 00:00:00 2001 From: prombot Date: Fri, 14 Jul 2023 17:49:22 +0000 Subject: [PATCH] Update common Prometheus files Signed-off-by: prombot --- .yamllint | 3 +-- Makefile.common | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.yamllint b/.yamllint index 19552574..955a5a62 100644 --- a/.yamllint +++ b/.yamllint @@ -20,5 +20,4 @@ rules: config/testdata/section_key_dup.bad.yml line-length: disable truthy: - ignore: | - .github/workflows/*.yml + check-keys: false diff --git a/Makefile.common b/Makefile.common index 787feff0..0ce7ea46 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum > /dev/null),) endif endif -PROMU_VERSION ?= 0.14.0 +PROMU_VERSION ?= 0.15.0 PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz SKIP_GOLANGCI_LINT :=