Skip to content

Commit

Permalink
chore: specific linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Aug 7, 2023
1 parent 67e4510 commit 69e5637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
version: v1.51.2
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF

0 comments on commit 69e5637

Please sign in to comment.