Skip to content

Commit 8d0f6ca

Browse files
committed
Update golangci-lint action to v9 and v2.6.1
Bump golangci-lint GitHub Action from v6 to v9 and update linter version from v1.64.8 to v2.6.1 for improved linting and compatibility.
1 parent 7493cb2 commit 8d0f6ca

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@v6
17+
uses: golangci/golangci-lint-action@v9
1818
with:
19-
version: v1.64.8
19+
version: v2.6.1
2020

2121
test:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)