Skip to content

Commit d9687cb

Browse files
committed
ci: pin to latest v1 version of golangci-lint as v2 just released with breaking changes and we were just using latest
See golangci/golangci-lint#5300
1 parent 2cc8c4c commit d9687cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
fail_on_error: true
4747
cache: false
4848
filter_mode: added
49+
golangci_lint_version: v1.64.8
4950
- name: Suggestions
5051
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
5152
if: success() || failure()

0 commit comments

Comments
 (0)