From 8268620615362a71d16d1e84bd44f48ac06b7133 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Sun, 29 Jul 2018 17:10:12 +0300 Subject: [PATCH] Update version of golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22b918c..d0d6ad6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VENDOR_FILES := $(shell find "$(ROOT_DIR)/vendor" 2>/dev/null || echo -n "vendor CC_BINARIES := $(shell bash -c "echo -n $(APP_NAME)-{linux,freebsd,openbsd}-{386,amd64} $(APP_NAME)-linux-{arm,arm64}") APP_DEPS := version.go $(VENDOR_FILES) -GOLANGCI_LINT_VERSION := v1.9.1 +GOLANGCI_LINT_VERSION := v1.9.2 COMMON_BUILD_FLAGS := -ldflags="-s -w"