Commit bb31799
committed
fix: Install golangci-lint from source for Go 1.25 compatibility
The golangci-lint-action uses pre-built binaries that were compiled
with Go 1.24, which can't analyze code targeting Go 1.25.3.
Changed to install golangci-lint from source using the Go 1.25
environment, which ensures compatibility with the project's Go version.
Fixes lint error: 'the Go language version (go1.24) used to build
golangci-lint is lower than the targeted Go version (1.25.3)'1 parent c7bdbe1 commit bb31799
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments