Skip to content

Commit 49e10d9

Browse files
elucidsoftclaude
andcommitted
fix(ci): use latest golangci-lint to support current Go versions
v1.62 was built with Go 1.23 and fails on Go 1.26 stdlib typecheck. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3f1ee1e commit 49e10d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040

4141
- uses: golangci/golangci-lint-action@v6
4242
with:
43-
version: v1.62
43+
version: latest

0 commit comments

Comments
 (0)