Skip to content

Commit

Permalink
pin golangci-lint verison
Browse files Browse the repository at this point in the history
Once v1.29 golangci/golangci-lint#3866 lands, we can revert this.
  • Loading branch information
jacobbednarz authored Jun 2, 2023
1 parent 8f5f7b5 commit 1b08805
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 @@ -15,7 +15,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: 'v1.5.2' # can go back to latest once golangci/golangci-lint#3866 lands
args: "--config .golintci.yaml"
only-new-issues: true # only show new issues in the PR, not all.

Expand Down

0 comments on commit 1b08805

Please sign in to comment.