docs: Update documentation and assets
This commit is contained in:
parent
59a7aaf713
commit
db881bee26
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user