From 44140600176322c95d3af6d4fd0c222fc85ea23d Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 12 Sep 2020 11:41:04 +0700 Subject: [PATCH] update golangci-lint to v1.31 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5ea252e08..aebb4aa9a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,4 +10,4 @@ jobs: uses: golangci/golangci-lint-action@v1 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