|
1 | 1 | Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci). |
2 | 2 | There is the most valuable changes log: |
3 | 3 |
|
| 4 | +### v1.51.2 |
| 5 | + |
| 6 | +1. updated linters |
| 7 | + * `forbidigo`: from 1.3.0 to 1.4.0 |
| 8 | + * `gci`: from 0.9.0 to 0.9.1 |
| 9 | + * `go-critic`: from 0.6.5 to 0.6.7 |
| 10 | + * `go-errorlint`: from 1.0.6 to 1.1.0 |
| 11 | + * `gosec`: from 2.14.0 to 2.15.0 |
| 12 | + * `musttag`: from 0.4.4 to 0.4.5 |
| 13 | + * `staticcheck`: from 0.4.0 to 0.4.2 |
| 14 | + * `tools`: from 0.5.0 to 0.6.0 |
| 15 | + * `usestdlibvars`: from 1.21.1 to 1.23.0 |
| 16 | + * `wsl`: from 3.3.0 to 3.4.0 |
| 17 | + * `govet`: enable `timeformat` by default |
| 18 | +2. misc. |
| 19 | + * fix: cache status size calculation |
| 20 | + * add new source archive |
| 21 | +3. Documentation |
| 22 | + * Improve installation section |
| 23 | + * Replace links to godoc.org with pkg.go.dev |
| 24 | + |
4 | 25 | ### v1.51.1 |
5 | 26 |
|
6 | 27 | 1. updated linters |
|
0 commit comments