docs: Update documentation and assets

This commit is contained in:
Fernandez Ludovic 2023-06-03 17:58:27 +02:00
parent 59a7aaf713
commit db881bee26
2 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,13 @@
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.53.2
1. updated linters
* `depguard`: from v2.0.1 to 2.1.0
2. misc.
* `depguard`: throw error only when the linter is called
### v1.53.1
1. misc.

View File

@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.53.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.1/golangci-lint-1.53.1-linux-amd64.tar.gz"
"TargetVersion": "v1.53.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.2/golangci-lint-1.53.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"
@ -182,8 +182,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.2/golangci-lint-1.52.2-linux-amd64.tar.gz"
},
"v1.53": {
"TargetVersion": "v1.53.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.1/golangci-lint-1.53.1-linux-amd64.tar.gz"
"TargetVersion": "v1.53.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.2/golangci-lint-1.53.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"