Skip to content

Commit fa8a438

Browse files
docs: Update documentation and assets (#3566)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent b87d2c1 commit fa8a438

File tree

8 files changed

+328
-337
lines changed

8 files changed

+328
-337
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

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+
415
### v1.51.0
516

617
1. new linters

README.md

Lines changed: 93 additions & 88 deletions
Large diffs are not rendered by default.

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.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"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -174,8 +174,8 @@
174174
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.50.1/golangci-lint-1.50.1-linux-amd64.tar.gz"
175175
},
176176
"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"
179179
},
180180
"v1.6": {
181181
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

docs/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
footer: ${new Date().getFullYear()}`,
2222
},
2323
plugins: [
24+
`gatsby-plugin-netlify`,
2425
`gatsby-alias-imports`,
2526
`gatsby-transformer-sharp`,
2627
`gatsby-plugin-sharp`,
@@ -106,7 +107,6 @@ module.exports = {
106107
},
107108
},
108109
`gatsby-plugin-netlify`,
109-
`gatsby-plugin-netlify-cache`,
110110
`gatsby-plugin-catch-links`,
111111
`gatsby-plugin-emotion`,
112112
`gatsby-plugin-react-helmet`,

0 commit comments

Comments
 (0)