docs: Update documentation and assets

This commit is contained in:
Fernandez Ludovic 2024-02-15 19:51:48 +01:00
parent 58a724a05e
commit 468b8ff886
2 changed files with 17 additions and 4 deletions

View File

@ -2,6 +2,19 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
There is the most valuable changes log:
### v1.56.2
1. updated linters
* `go-critic`: from 0.11.0 to 0.11.1
* `gosec`: from 2.18.2 to 2.19.0
* `testifylint`: from 1.1.1 to 1.1.2
* `usestdlibvars`: from 1.24.0 to 1.25.0
* `wsl`: from 4.2.0 to 4.2.1
2. misc.
* Fix missing version in Docker image
3. Documentation
* Explain the limitation of new-from-rev and new-from-patch
### v1.56.1
1. updated linters

View File

@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.56.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
"TargetVersion": "v1.56.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@ -194,8 +194,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.2/golangci-lint-1.55.2-linux-amd64.tar.gz"
},
"v1.56": {
"TargetVersion": "v1.56.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
"TargetVersion": "v1.56.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
},
"v1.6": {
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"