Skip to content

Commit c83ef20

Browse files
committed
fix: downgrade golangci-lint-action due to regression.
1 parent c2c33dc commit c83ef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: lint
33-
uses: golangci/golangci-lint-action@v2.5.1
33+
uses: golangci/golangci-lint-action@v2.4.1
3434
with:
3535
version: latest
3636
tests-on-windows:

0 commit comments

Comments
 (0)