Commit df80f2c
authored
BE-730 | golangci-lint to use toolchain of the current Go version specified in go.mod (#650)
Older versions of golangci-lint has some memory leaks when running with newer Go versions leading consuming all available RAM and crashing.
This PR forces to use toolchain of the current Go version specified in go.mod.1 parent 63ec80f commit df80f2c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments