Skip to content

Commit

Permalink
[ci] fix linter (#6795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia authored Jul 20, 2020
1 parent e42c50c commit 4bae3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ 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
args: --timeout 10m
github-token: ${{ secrets.github_token }}

0 comments on commit 4bae3e8

Please sign in to comment.