Skip to content

docs: Update documentation and assets #3619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
There is the most valuable changes log:

### v1.51.2

1. updated linters
* `forbidigo`: from 1.3.0 to 1.4.0
* `gci`: from 0.9.0 to 0.9.1
* `go-critic`: from 0.6.5 to 0.6.7
* `go-errorlint`: from 1.0.6 to 1.1.0
* `gosec`: from 2.14.0 to 2.15.0
* `musttag`: from 0.4.4 to 0.4.5
* `staticcheck`: from 0.4.0 to 0.4.2
* `tools`: from 0.5.0 to 0.6.0
* `usestdlibvars`: from 1.21.1 to 1.23.0
* `wsl`: from 3.3.0 to 3.4.0
* `govet`: enable `timeformat` by default
2. misc.
* fix: cache status size calculation
* add new source archive
3. Documentation
* Improve installation section
* Replace links to godoc.org with pkg.go.dev

### v1.51.1

1. updated linters
Expand Down
Loading