Skip to content

Commit 6914ffa

Browse files
committed
Bump golangci-lint to v1.18.0
It is required to support Go 1.13 (see golangci/golangci-lint#652). Signed-off-by: Simon Pasquier <[email protected]>
1 parent 3b3eaf3 commit 6914ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
7474

7575
GOLANGCI_LINT :=
7676
GOLANGCI_LINT_OPTS ?=
77-
GOLANGCI_LINT_VERSION ?= v1.17.1
77+
GOLANGCI_LINT_VERSION ?= v1.18.0
7878
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
7979
# windows isn't included here because of the path separator being different.
8080
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))

0 commit comments

Comments
 (0)