Skip to content

Commit

Permalink
fix(ci): pin the golang lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Aug 31, 2024
1 parent 4401e3f commit 47714fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
# Now, the actual golangci-lint configuration
- uses: golangci/golangci-lint-action@v4
with:
# Required parameter
version: latest
version: "v1.59.1"
args: --timeout 10m
github-token: ${{ secrets.github_token }}
# Check only if there are differences in the source code
Expand Down

0 comments on commit 47714fc

Please sign in to comment.