From cf5197cee01ec0a2553ec53ec2c238eae6c9ff24 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Fri, 20 Mar 2020 13:10:56 +0300 Subject: [PATCH] Update golangci lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e49ec65..fa2855f 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.23.3 +GOLANGCI_LINT_VERSION := v1.24.0 VERSION_GO := $(shell go version) VERSION_DATE := $(shell date -Ru)