Skip to content

Commit 5b37794

Browse files
committed
makefile: update Makefile.common with newer version
Signed-off-by: prombot <[email protected]>
1 parent ff1d4e2 commit 5b37794

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)