Skip to content

Commit 41c23d4

Browse files
committed
fix: pin golangci-lint version to v1.62.0 in workflow
1 parent 781ce19 commit 41c23d4

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
@@ -19,4 +19,4 @@ jobs:
1919
- name: Run linters
2020
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
2121
with:
22-
version: latest
22+
version: v1.62.0

0 commit comments

Comments
 (0)