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)
2
2
3
3
There is the most valuable changes log:
4
4
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
+
5
18
### v1.56.1
6
19
7
20
1 . updated linters
Original file line number Diff line number Diff line change 1
1
{
2
2
"MinorVersionToConfig" : {
3
3
"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"
6
6
},
7
7
"v1.10" : {
8
8
"Error" : " golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
194
194
"AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.55.2/golangci-lint-1.55.2-linux-amd64.tar.gz"
195
195
},
196
196
"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"
199
199
},
200
200
"v1.6" : {
201
201
"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