Skip to content

Commit 468b8ff

Browse files
committed
docs: Update documentation and assets
1 parent 58a724a commit 468b8ff

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22

33
There is the most valuable changes log:
44

5+
### v1.56.2
6+
7+
1. updated linters
8+
* `go-critic`: from 0.11.0 to 0.11.1
9+
* `gosec`: from 2.18.2 to 2.19.0
10+
* `testifylint`: from 1.1.1 to 1.1.2
11+
* `usestdlibvars`: from 1.24.0 to 1.25.0
12+
* `wsl`: from 4.2.0 to 4.2.1
13+
2. misc.
14+
* Fix missing version in Docker image
15+
3. Documentation
16+
* Explain the limitation of new-from-rev and new-from-patch
17+
518
### v1.56.1
619

720
1. updated linters

assets/github-action-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.56.1",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.56.2",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -194,8 +194,8 @@
194194
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.2/golangci-lint-1.55.2-linux-amd64.tar.gz"
195195
},
196196
"v1.56": {
197-
"TargetVersion": "v1.56.1",
198-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
197+
"TargetVersion": "v1.56.2",
198+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
199199
},
200200
"v1.6": {
201201
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)