Skip to content

Commit c65b78a

Browse files
committed
Update golangci-lint to v2.6.1 in CI workflow
Bumps the golangci-lint version used in the CI workflow from v1.64.8 to v2.6.1 to ensure the latest linting features and bug fixes are applied.
1 parent e407a42 commit c65b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: golangci-lint
1717
uses: golangci/golangci-lint-action@v6
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)