Skip to content

Commit 7cf0ee1

Browse files
authored
Merge pull request #638 from prometheus/makefile_common
Synchronize Makefile.common from prometheus/prometheus
2 parents b4781a8 + bc20938 commit 7cf0ee1

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)