We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6ad98 commit 44f4b36Copy full SHA for 44f4b36
1 file changed
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.42.0
+GOLANGCI_LINT_VERSION ?= v1.45.2
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