docs: Update documentation and assets
This commit is contained in:
parent
58a724a05e
commit
468b8ff886
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,19 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
|
|||||||
|
|
||||||
There is the most valuable changes log:
|
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
|
### v1.56.1
|
||||||
|
|
||||||
1. updated linters
|
1. updated linters
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"MinorVersionToConfig": {
|
"MinorVersionToConfig": {
|
||||||
"latest": {
|
"latest": {
|
||||||
"TargetVersion": "v1.56.1",
|
"TargetVersion": "v1.56.2",
|
||||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
|
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
|
||||||
},
|
},
|
||||||
"v1.10": {
|
"v1.10": {
|
||||||
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
|
"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"
|
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.2/golangci-lint-1.55.2-linux-amd64.tar.gz"
|
||||||
},
|
},
|
||||||
"v1.56": {
|
"v1.56": {
|
||||||
"TargetVersion": "v1.56.1",
|
"TargetVersion": "v1.56.2",
|
||||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
|
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
|
||||||
},
|
},
|
||||||
"v1.6": {
|
"v1.6": {
|
||||||
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
|
"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