Skip to content

Commit

Permalink
fix golangci-lint to v1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jun 3, 2023
1 parent a8aad12 commit 598a9ef
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 @@ -31,7 +31,7 @@ jobs:
go.sum
- uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.52.2
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF

0 comments on commit 598a9ef

Please sign in to comment.