From 3de8d14baa417470edb539ca95637952bec79d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 13:28:28 +0200 Subject: [PATCH] build(deps): Bump golangci/golangci-lint-action from v2.2.0 to v2.2.1 (#5486) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko --- .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 db30ab161..130f1024c 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.2.0 + - uses: golangci/golangci-lint-action@v2.2.1 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