Skip to content

Commit 73be57f

Browse files
kevinelliottclaude
andcommitted
fix: use latest golangci-lint for Go 1.24 compatibility
Use latest version of golangci-lint which should be built with Go 1.24+ to match our project requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 075efbc commit 73be57f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Run golangci-lint
6666
uses: golangci/golangci-lint-action@v6
6767
with:
68-
version: v1.62.2
68+
version: latest
6969
args: --timeout=5m
7070

7171
security:

0 commit comments

Comments
 (0)