aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))