We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3eaf3 commit 6914ffaCopy full SHA for 6914ffa
Makefile.common
@@ -74,7 +74,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
74
75
GOLANGCI_LINT :=
76
GOLANGCI_LINT_OPTS ?=
77
-GOLANGCI_LINT_VERSION ?= v1.17.1
+GOLANGCI_LINT_VERSION ?= v1.18.0
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.
80
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
0 commit comments