From b217ba8a1b5d8c2b2204df7afacf28c616d9d6f9 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Sun, 26 Jan 2020 17:17:51 -0800 Subject: [PATCH] Update golangci-lint to v1.23.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cf617a..7aa8d8c 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ release: # Pull GolangCI-Lint dependency # $(GOLANGCI): - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BINPATH) v1.17.1 + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BINPATH) v1.23.1 $(GOLANGCI) --version #