From 38d4d63d3c497b76ae1f17508eeda6e0e830650f Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 30 Dec 2020 12:19:05 +0800 Subject: [PATCH] update golangci-lint to v1.34.1 --- .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 295e72c1e..07b3ee810 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,4 +18,4 @@ 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.31 + version: v1.34.1