Commit 15e7c21
committed
Fix lint CI: replace slices.Insert with manual slice insertion
The slices package requires Go 1.21+ but go.mod specifies Go 1.18.
This caused golangci-lint to fail resolving the import, cascading
into typecheck errors across the codebase.1 parent 12888bb commit 15e7c21
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
0 commit comments