From a7078c198c0d32bc3adeee33611960e92cab9b6a Mon Sep 17 00:00:00 2001 From: makeworld Date: Mon, 7 Sep 2020 13:11:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20golangci-lint=20CI=20to?= =?UTF-8?q?=20v1.31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4f64e86..a080e79 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -10,6 +10,6 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.30 + version: v1.31 # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true