Skip to content

Commit 1b08805

Browse files
authored
pin golangci-lint verison
Once v1.29 golangci/golangci-lint#3866 lands, we can revert this.
1 parent 8f5f7b5 commit 1b08805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v3
1717
with:
18-
version: latest
18+
version: 'v1.5.2' # can go back to latest once golangci/golangci-lint#3866 lands
1919
args: "--config .golintci.yaml"
2020
only-new-issues: true # only show new issues in the PR, not all.
2121

0 commit comments

Comments
 (0)