Skip to content

Commit 457a6fa

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 261676a commit 457a6fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- name: Lint Code
2929
uses: golangci/golangci-lint-action@v6
3030
with:
31+
version: v1.64.2
3132
only-new-issues: true
33+
verify: false
3234

3335
unit-tests:
3436
name: Unit Tests

0 commit comments

Comments
 (0)