Skip to content

Commit 6bc5d1c

Browse files
docs: Update documentation and assets (#3619)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 3e8facb commit 6bc5d1c

File tree

4 files changed

+137
-108
lines changed

4 files changed

+137
-108
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

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+
425
### v1.51.1
526

627
1. updated linters

0 commit comments

Comments
 (0)