Skip to content

Commit 7a82eef

Browse files
committed
fix: update golangci-lint to v2.10.1 for Go 1.26 compatibility
1 parent 510efe5 commit 7a82eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v7
2525
with:
26-
version: v2.6.2
26+
version: v2.10.1
2727
# On PRs, only check new issues introduced by the PR
2828
only-new-issues: ${{ github.event_name == 'pull_request' }}
2929
args: --timeout=30m

0 commit comments

Comments
 (0)