From 88b6c25075df62a06f47a9270b7e8aa48f68461b Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Sun, 19 Jan 2020 10:31:49 -0500 Subject: [PATCH] Update golangci.com config to 1.22.x release. (#904) --- .golangci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index a4448876..eee2cc4c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -106,6 +106,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 c9c9ce75..23565d89 100644 --- a/README.md +++ b/README.md @@ -1045,7 +1045,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" ```