From e35fa15214438b25c9c39ff0aa16fd86861f354b Mon Sep 17 00:00:00 2001 From: Marko Date: Thu, 16 Jul 2020 09:51:10 +0200 Subject: [PATCH] bump version of ci linter (#6741) --- .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 cc7b20570e..b938bef5ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - uses: golangci/golangci-lint-action@master 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.27 + version: v1.28.3 args: --timeout 10m github-token: ${{ secrets.github_token }} if: "env.GIT_DIFF != ''"