Update version of golangci-lint

This commit is contained in:
9seconds
2018-07-29 17:10:12 +03:00
parent 753639beb8
commit 8268620615
+1 -1
View File
@@ -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"