Skip to content

Commit

Permalink
task: Pin golang-ci-lint to non-broken version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrmn authored Feb 8, 2024
1 parent 9730e9f commit 53189a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Lint Code Base
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.55
only-new-issues: true
args: -c ./.github/linters/.golangci.yaml
env:
Expand Down

0 comments on commit 53189a0

Please sign in to comment.