From e6068a88ffa2bf9c5c0e8d96010eb6f6959ea1b3 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 11 Sep 2019 11:16:16 +0200 Subject: [PATCH] Update golangci-lint to match release used by golangci bot (#5030) --- contrib/devtools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/devtools/Makefile b/contrib/devtools/Makefile index 5ce0d94df7..7c68036ccd 100644 --- a/contrib/devtools/Makefile +++ b/contrib/devtools/Makefile @@ -17,8 +17,8 @@ endif GOPATH ?= $(shell $(GO) env GOPATH) GITHUBDIR := $(GOPATH)$(FS)src$(FS)github.com -GOLANGCI_LINT_VERSION := v1.17.1 -GOLANGCI_LINT_HASHSUM := f5fa647a12f658924d9f7d6b9628d505ab118e8e049e43272de6526053ebe08d +GOLANGCI_LINT_VERSION := v1.18.0 +GOLANGCI_LINT_HASHSUM := 8d21cc95da8d3daf8321ac40091456fc26123c964d7c2281d339d431f2f4c840 ### # Functions