From bba966458afbc37afb6b8d5a9afc2a49056500a7 Mon Sep 17 00:00:00 2001 From: Marko Date: Thu, 16 Jul 2020 10:16:32 +0200 Subject: [PATCH] bump versiion of ci linter (#5127) --- .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 0a11bba2b..55d085de2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 != ''"