From 2da853dcbe9fbc58ab06801e76b34bd568121ca7 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 27 Sep 2019 15:18:35 +0300 Subject: [PATCH] Bump golangci-lint to 19.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8127270f..9441717d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ RUN_LONG_TESTS?=yes all: modules test bench check system-test prepare: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.17.1 + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.19.1 modules: go mod download