Commit 2817957
authored
fix: Use
Use `auto` toolchain for go tools to prevent errors like
```
Run go install honnef.co/go/tools/cmd/staticcheck@latest
go: downloading honnef.co/go/tools v0.7.0
go: honnef.co/go/tools/cmd/staticcheck@latest: honnef.co/go/tools@v0.7.0 requires go >= 1.25.0 (running go 1.24.0; GOTOOLCHAIN=local)
```auto toolchain for go tools (#27)1 parent 290ab97 commit 2817957
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| 122 | + | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
0 commit comments