From 0ae78e5987ed9922eb7eac5d39f7b16843562ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:21:04 +0200 Subject: [PATCH] build(deps): Bump golangci/golangci-lint-action from v2.1.0 to v2.2.0 (#5245) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0b3e19114..bdacc0028 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: .go .mod .sum - - uses: golangci/golangci-lint-action@v2.1.0 + - uses: golangci/golangci-lint-action@v2.2.0 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