This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Commit c2770bf
Fix golangci-lint compatibility by using Go 1.24 for lint job
- Use Go 1.24 specifically for golangci-lint job (temporary workaround)
- golangci-lint is currently built with Go 1.24
- Avoids "Go language version is lower than targeted Go version" error
- Keep Go 1.25 for gomod validation job (actual project version)
- Update actions/setup-go from v4 to v5
- Remove unnecessary GO111MODULE environment variable
- Use quoted version strings for consistency
This is a temporary workaround until golangci-lint releases a version
built with Go 1.25. Build, test, and release jobs continue to use Go 1.25.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f4f266f commit c2770bf
1 file changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 26 | + | |
31 | 27 | | |
32 | | - | |
| 28 | + | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| |||
0 commit comments