From fe6d1cd725e02049f343394d1ffb7649e5376ab3 Mon Sep 17 00:00:00 2001 From: Havrileck Alexandre Date: Sat, 25 Apr 2020 23:02:29 +0200 Subject: [PATCH] chore: Upgrade golangci-ling package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b58c7cb..18f9ce5e 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ ifndef HAS_GOLANGCI_LINT ifndef HAS_CURL $(error You must install curl) endif - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.24.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.25.0 endif ifndef HAS_COLORGO @echo "=> Installing colorgo tool"