File tree Expand file tree Collapse file tree 8 files changed +328
-337
lines changed Expand file tree Collapse file tree 8 files changed +328
-337
lines changed Original file line number Diff line number Diff line change 1
1
Follow the news and releases on our [ twitter] ( https://twitter.com/golangci ) and our [ blog] ( https://medium.com/golangci ) .
2
2
There is the most valuable changes log:
3
3
4
+ ### v1.51.1
5
+
6
+ 1 . updated linters
7
+ * ` ginkgolinter ` : from 0.7.1 to 0.8.1
8
+ * ` ineffassign ` : bump to HEAD
9
+ * ` musttag ` : from 0.4.3 to 0.4.4
10
+ * ` sqlclosecheck ` : from 0.3.0 to 0.4.0
11
+ * ` staticcheck ` : bump to v0.4.0
12
+ * ` wastedassign ` : from 2.0.6 to 2.0.7
13
+ * ` wrapcheck ` : from 2.7.0 to 2.8.0
14
+
4
15
### v1.51.0
5
16
6
17
1 . new linters
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
2
"MinorVersionToConfig" : {
3
3
"latest" : {
4
- "TargetVersion" : " v1.51.0 " ,
5
- "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.0 /golangci-lint-1.51.0 -linux-amd64.tar.gz"
4
+ "TargetVersion" : " v1.51.1 " ,
5
+ "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.1 /golangci-lint-1.51.1 -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"
174
174
"AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.50.1/golangci-lint-1.50.1-linux-amd64.tar.gz"
175
175
},
176
176
"v1.51" : {
177
- "TargetVersion" : " v1.51.0 " ,
178
- "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.0 /golangci-lint-1.51.0 -linux-amd64.tar.gz"
177
+ "TargetVersion" : " v1.51.1 " ,
178
+ "AssetURL" : " https://github.com/golangci/golangci-lint/releases/download/v1.51.1 /golangci-lint-1.51.1 -linux-amd64.tar.gz"
179
179
},
180
180
"v1.6" : {
181
181
"Error" : " golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ module.exports = {
21
21
footer : `© ${ new Date ( ) . getFullYear ( ) } ` ,
22
22
} ,
23
23
plugins : [
24
+ `gatsby-plugin-netlify` ,
24
25
`gatsby-alias-imports` ,
25
26
`gatsby-transformer-sharp` ,
26
27
`gatsby-plugin-sharp` ,
@@ -106,7 +107,6 @@ module.exports = {
106
107
} ,
107
108
} ,
108
109
`gatsby-plugin-netlify` ,
109
- `gatsby-plugin-netlify-cache` ,
110
110
`gatsby-plugin-catch-links` ,
111
111
`gatsby-plugin-emotion` ,
112
112
`gatsby-plugin-react-helmet` ,
You can’t perform that action at this time.
0 commit comments