Bump golangci-lint to 19.1

This commit is contained in:
Andrey Smirnov
2019-09-27 15:18:35 +03:00
committed by Andrey Smirnov
parent 0438a7c76b
commit 2da853dcbe
+1 -1
View File
@@ -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