From: PrometheusBot Date: Fri, 23 Dec 2022 05:44:41 +0000 (+0100) Subject: Synchronize common files from prometheus/prometheus (#1010) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9677c0a50da7c07d2e006474e4a5009093085bcf;p=blackbox_exporter.git Synchronize common files from prometheus/prometheus (#1010) Signed-off-by: prombot Signed-off-by: prombot --- diff --git a/Makefile.common b/Makefile.common index e358db6..1985fcd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_ SKIP_GOLANGCI_LINT := GOLANGCI_LINT := GOLANGCI_LINT_OPTS ?= -GOLANGCI_LINT_VERSION ?= v1.49.0 +GOLANGCI_LINT_VERSION ?= v1.50.1 # golangci-lint only supports linux, darwin and windows platforms on i386/amd64. # windows isn't included here because of the path separator being different. ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))