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