From 177506f48ad8360b61088d0f5a78958aa5db71ad Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Mon, 30 Dec 2019 10:01:12 -0500 Subject: [PATCH] Update golangci.com config to 1.22.x release. --- .golangci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 8fbfb161e420..005b45077284 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -105,6 +105,6 @@ run: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/README.md b/README.md index 2eefc71afcce..c2a5ac6faec1 100644 --- a/README.md +++ b/README.md @@ -1021,7 +1021,7 @@ run: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" ```