Commit 7a564da
committed
fix: add go mod tidy before linting and update golangci-lint version
- Run go mod tidy before golangci-lint to ensure modules are ready
- Update golangci-lint from v1.57 to v1.61 for better compatibility
- This should fix the 'no go files to analyze' error in CI1 parent 539e5ef commit 7a564da
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments