File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22
33There 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
7201 . updated linters
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments