Skip to content

Commit 7493cb2

Browse files
committed
Downgrade golangci-lint action and version in CI
The CI workflow now uses golangci/golangci-lint-action@v6 with version v1.64.8 instead of v7 and v2.6.1, likely for compatibility or stability reasons.
1 parent bb7fccb commit 7493cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
go-version: "1.25.x"
1616
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@v7
17+
uses: golangci/golangci-lint-action@v6
1818
with:
19-
version: v2.6.1
19+
version: v1.64.8
2020

2121
test:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)