Skip to content

Commit 53d7385

Browse files
cvclaude
andcommitted
chore: Remove pinned golangci-lint version
Let the action use latest version since v9 handles v2.x config properly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c25bf05 commit 53d7385

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858

5959
- name: Run golangci-lint
6060
uses: golangci/golangci-lint-action@v9
61-
with:
62-
version: v2.7.2
6361

6462
- name: Test
6563
run: go test -race -v ./...

0 commit comments

Comments
 (0)