aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPrometheusBot <prometheus-team@googlegroups.com>2019-08-03 12:15:24 +0200
committerBen Kochie <superq@gmail.com>2019-08-03 12:15:24 +0200
commit2f2392af3fb7e0de3b5993bdd6b7fa7f471402c5 (patch)
treed074663ed8db39fc15039eb11177e2d7e83d9e65 /Makefile.common
parentfc73586c971225037aa09b5462031b9694278c74 (diff)
downloadprometheus_node_collector-2f2392af3fb7e0de3b5993bdd6b7fa7f471402c5.tar.bz2
prometheus_node_collector-2f2392af3fb7e0de3b5993bdd6b7fa7f471402c5.tar.xz
prometheus_node_collector-2f2392af3fb7e0de3b5993bdd6b7fa7f471402c5.zip
makefile: update Makefile.common with newer version (#1434)
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 48d2ff8..db98993 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.16.0 77GOLANGCI_LINT_VERSION ?= v1.17.1
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))