Skip to content

Commit 96118e8

Browse files
committed
fix: pin golangci-lint version to v1
From golangci-lint's changelog: "[v1.64.2] is the last minor release of golangci-lint v1. The next release will be golangci-lint v2." The repo's current golangci.yaml configuration contains deprecated fields which break when using v2. This pins the golangci-lint version until we can update the configuration to be compatable with v2.
1 parent 9717853 commit 96118e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Lint Code
2929
uses: golangci/golangci-lint-action@v6
3030
with:
31+
version: v1.64.2
3132
only-new-issues: true
3233

3334
unit-tests:

0 commit comments

Comments
 (0)