File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
Follow the news and releases on [ Mastodon] ( https://fosstodon.org/@golangcilint ) and on [ Twitter] ( https://twitter.com/golangci ) .
2
2
3
+ ### v1.60.3
4
+
5
+ 1 . Updated linters
6
+ * ` gosec ` : from 81cda2f91fbe to ab3f6c1c83a0 (fix ` G115 ` false positives)
7
+ 2 . Misc.
8
+ * Check that the Go version use to build is greater or equals to the Go version of the project
9
+
3
10
### v1.60.2
4
11
5
12
1 . Updated linters
Original file line number Diff line number Diff line change 1
1
{
2
2
"MinorVersionToConfig" : {
3
3
"latest" : {
4
- "TargetVersion" : " v1.60.2 " ,
5
- "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.60.2 /golangci-lint-1.60.2 -linux-amd64.tar.gz"
4
+ "TargetVersion" : " v1.60.3 " ,
5
+ "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.60.3 /golangci-lint-1.60.3 -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"
213
213
"Error" : " golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
214
214
},
215
215
"v1.60" : {
216
- "TargetVersion" : " v1.60.2 " ,
217
- "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.60.2 /golangci-lint-1.60.2 -linux-amd64.tar.gz"
216
+ "TargetVersion" : " v1.60.3 " ,
217
+ "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.60.3 /golangci-lint-1.60.3 -linux-amd64.tar.gz"
218
218
},
219
219
"v1.7" : {
220
220
"Error" : " golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"
You can’t perform that action at this time.
0 commit comments