aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPrometheusBot <prometheus-team@googlegroups.com>2019-09-13 12:55:06 +0200
committerSimon Pasquier <spasquie@redhat.com>2019-09-13 12:55:06 +0200
commiteb19c5c20b62b1e63949e96b08dd199b159512bc (patch)
tree2baae3232e5e8eee44f912660f8e95c635f8aa78 /Makefile.common
parente7c2dbed4e0278731b59e9870eb9a9d046047aa8 (diff)
downloadprometheus_node_collector-eb19c5c20b62b1e63949e96b08dd199b159512bc.tar.bz2
prometheus_node_collector-eb19c5c20b62b1e63949e96b08dd199b159512bc.tar.xz
prometheus_node_collector-eb19c5c20b62b1e63949e96b08dd199b159512bc.zip
makefile: update Makefile.common with newer version (#1481)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 848d27e..066866e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -74,7 +74,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
74 74
75GOLANGCI_LINT := 75GOLANGCI_LINT :=
76GOLANGCI_LINT_OPTS ?= 76GOLANGCI_LINT_OPTS ?=
77GOLANGCI_LINT_VERSION ?= v1.17.1 77GOLANGCI_LINT_VERSION ?= v1.18.0
78# golangci-lint only supports linux, darwin and windows platforms on i386/amd64. 78# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
79# windows isn't included here because of the path separator being different. 79# windows isn't included here because of the path separator being different.
80ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin)) 80ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))