We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd3985 commit fbc3e40Copy full SHA for fbc3e40
Makefile.common
@@ -83,7 +83,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
83
84
GOLANGCI_LINT :=
85
GOLANGCI_LINT_OPTS ?=
86
-GOLANGCI_LINT_VERSION ?= v1.18.0
+GOLANGCI_LINT_VERSION ?= v1.36.0
87
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
88
# windows isn't included here because of the path separator being different.
89
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
0 commit comments