From 9e3683ce082de156f973cfd122d57a59d38a3b3c Mon Sep 17 00:00:00 2001 From: 9seconds Date: Thu, 7 Nov 2019 13:56:19 +0300 Subject: [PATCH] Update golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e90b35d..e56ab75 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ APP_NAME := $(IMAGE_NAME) CC_BINARIES := $(shell bash -c "echo -n $(APP_NAME)-{linux,freebsd,openbsd}-{386,amd64} $(APP_NAME)-linux-{arm,arm64}") -GOLANGCI_LINT_VERSION := v1.20.0 +GOLANGCI_LINT_VERSION := v1.21.0 VERSION_GO := $(shell go version) VERSION_DATE := $(shell date -Ru)