Skip to content

Commit 638b070

Browse files
author
Sergey Vilgelm
authored
Update docs for v1.35.2 (#1643)
1 parent 1da5701 commit 638b070

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ There is the most valuable changes log:
1010
* `thelper` from 0.1.0 to 0.2.0, to 0.2.1
1111
* Validate `go-critic` settings
1212
* `gofumpt` to v0.1.0
13+
* `gci` to v0.2.8
1314
3. fix: modules-download-mode support
1415
4. documentation:
1516
* bump documentation dependencies

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The Core Team has the following responsibilities:
6666
<td align="center"><a href="tammach.dev?utm_source=golangci-lint-contributors"><img src="https://avatars3.githubusercontent.com/u/9019229?u=434a8656f0f0917d35fe56322c81811036ec0e0c&v=4" width="100px;" alt=""/><br /><sub><b>Tam Mach</b></sub></a></td>
6767
<td align="center"><a href="tpounds.com?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/195041?u=cab053161e59fece04c051169b59882b299ce97a&v=4" width="100px;" alt=""/><br /><sub><b>Trevor Pounds</b></sub></a></td>
6868
<td align="center"><a href="vilgelm.com?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/523825?u=0d68efb10b9bbd957a2cf71c6633cf24f2e63106&v=4" width="100px;" alt=""/><br /><sub><b>Sergey Vilgelm</b></sub></a></td>
69-
<td align="center"><a href="https://sawert.se?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/3248948?u=e0241adee6c5b4f80c0cd17559dadbe8065754cf&v=4" width="100px;" alt=""/><br /><sub><b>Simon Sawert</b></sub></a></td>
7069
<td align="center"><a href="ldez.github.io/?utm_source=golangci-lint-contributors"><img src="https://avatars0.githubusercontent.com/u/5674651?u=45f0e097891f1e7e0c45c5224dcce11c867038af&v=4" width="100px;" alt=""/><br /><sub><b>Ludovic Fernandez</b></sub></a></td>
70+
<td align="center"><a href="https://sawert.se?utm_source=golangci-lint-contributors"><img src="https://avatars2.githubusercontent.com/u/3248948?u=e0241adee6c5b4f80c0cd17559dadbe8065754cf&v=4" width="100px;" alt=""/><br /><sub><b>Simon Sawert</b></sub></a></td>
7171
<td align="center"><a href="https://critical.today?utm_source=golangci-lint-contributors"><img src="https://avatars3.githubusercontent.com/u/939646?u=9e11cf6d10e95c7b7f23b2a0199149139b387111&v=4" width="100px;" alt=""/><br /><sub><b>@iwankgb</b></sub></a></td>
7272
<td align="center"><a href="https://github.com/daixiang0?utm_source=golangci-lint-contributors"><img src="https://avatars1.githubusercontent.com/u/26538619?u=6261612ded324edb4ce57dce98e40413276aeb74&v=4" width="100px;" alt=""/><br /><sub><b>Long Dai</b></sub></a></td>
7373
</tr>

assets/github-action-config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.35.1",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.1/golangci-lint-1.35.1-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.35.2",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.2/golangci-lint-1.35.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"
@@ -104,8 +104,8 @@
104104
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz"
105105
},
106106
"v1.35": {
107-
"TargetVersion": "v1.35.1",
108-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.1/golangci-lint-1.35.1-linux-amd64.tar.gz"
107+
"TargetVersion": "v1.35.2",
108+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.2/golangci-lint-1.35.2-linux-amd64.tar.gz"
109109
},
110110
"v1.4": {
111111
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions"

docs/template_data.state

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
2-
de1c16b5d2a5be89fc0dc163b27c1e4bd3245073058c68597bdeffb9833e8b31
2+
c3f676e978413fb7c5412e0fd43a8876b594d1e369c385d6cf4cd68dda4e054c

0 commit comments

Comments
 (0)