Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit 3df36b4

Browse files
authored
Merge pull request #664 from prometheus/makefile_common
Synchronize Makefile.common from prometheus/prometheus
2 parents bff3ef3 + 0a3c2e3 commit 3df36b4

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.16.0
77+
GOLANGCI_LINT_VERSION ?= v1.17.1
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)