bump versiion of ci linter (#5127)

This commit is contained in:
Marko
2020-07-16 10:16:32 +02:00
committed by GitHub
parent a08316f16a
commit bba966458a

View File

@@ -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 != ''"