From dde0d25b77345c635361e90d6037e7de348f73f6 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Mon, 21 Sep 2020 11:45:09 +0300 Subject: [PATCH] Update golangci lint to 1.31.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 231253091..b2e141252 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.30.0 +GOLANGCI_LINT_VERSION := v1.31.0 VERSION_GO := $(shell go version) VERSION_DATE := $(shell date -Ru)