Skip to content

Commit

Permalink
chore: fix golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrsirdev committed Dec 13, 2023
1 parent 573c113 commit f57f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: golangci/[email protected]
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
version: 1.54.2
args: --timeout 10m
github-token: ${{ secrets.github_token }}
# Check only if there are differences in the source code
Expand Down

0 comments on commit f57f317

Please sign in to comment.