From ecd3da8e37355c352766b3ae509d56bfbac5a0db Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Mon, 11 Feb 2019 10:42:38 +0300 Subject: [PATCH] test version --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 0b479a60..bf25c325 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -31,4 +31,4 @@ linters: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.15.x # use fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.14.x # use fixed version to not introduce new linters unexpectedly