Skip to content

Commit 1adb94d

Browse files
authored
Merge pull request #2046 from hashicorp/sreeram77/pin-lint-version
fix: pin golangci-lint version to v1.62.0 in workflow
2 parents 781ce19 + 41c23d4 commit 1adb94d

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)