Synchronize common files from prometheus/prometheus (#1010)
authorPrometheusBot <prometheus-team@googlegroups.com>
Fri, 23 Dec 2022 05:44:41 +0000 (06:44 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 05:44:41 +0000 (11:14 +0530)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Makefile.common

index e358db69c5d3addfb7bcbe416be3037203b1671b..1985fcdeb148b7643d23660d559fb65914c5e650 100644 (file)
@@ -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))