Skip to content

Commit

Permalink
specify lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 17, 2024
1 parent bbaa6e2 commit dcff9f3
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 @@ -28,7 +28,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: v1.60.2 # FIXME: Disabled until integer overflow is backported https://github.com/crypto-org-chain/ethermint/pull/517
args: --timeout 10m
github-token: ${{ secrets.github_token }}
# Check only if there are differences in the source code
Expand Down

0 comments on commit dcff9f3

Please sign in to comment.