Skip to content

Commit 0adfd63

Browse files
committed
docs: Update documentation and assets
1 parent 9f2528a commit 0adfd63

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
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.53.0
5+
6+
1. new linters
7+
* `gosmopolitan`: https://github.com/xen0n/gosmopolitan
8+
* `mirror`: https://github.com/butuzov/mirror
9+
* `tagalign`: https://github.com/4meepo/tagalign
10+
* `zerologlint`: https://github.com/ykadowak/zerologlint
11+
2. updated linters
12+
* `bodyclose`: bump to HEAD
13+
* `containedctx`: from 1.0.2 to 1.0.3
14+
* `depguard`: migrate to v2
15+
* `errname`: from 0.1.9 to 0.1.10
16+
* `exhaustive`: from 0.9.5 to 0.10.0
17+
* `forbidigo`: better support for configuring complex rules
18+
* `gci`: improve error message
19+
* `ginkgolinter`: add suppress-async-assertion option
20+
* `ginkgolinter`: from 0.9.0 to 0.12.0
21+
* `go-critic`: from 0.7.0 to 0.8.1
22+
* `go-errorlint`: from 1.4.0 to 1.4.2
23+
* `gofumpt`: from 0.4.0 to 0.5.0
24+
* `gosec`: convert global settings as map with proper key type
25+
* `gosec`: from 2.15.0 to 2.16.0
26+
* `importas`: detect duplicate alias or package in the configuration
27+
* `importas`: fix typo in logs
28+
* `ireturn`: from 0.1.1 to 0.2.0
29+
* `musttag`: from 0.5.0 to 0.7.0
30+
* `nakedret`: to 2.0.1
31+
* `nilnil`: from 0.1.3 to 0.1.5
32+
* `paralleltest`: from 1.0.6 to 1.0.7
33+
* `revive`: from 1.3.1 to 1.3.2
34+
* `tagliatelle`: from 0.4.0 to 0.5.0
35+
* `usestdlibvars`: fix configuration
36+
3. misc.
37+
* `golang.org/x/tools`: from 0.7.0 to 0.9.2
38+
* add loongarch64 to the install script
39+
* output: add colored-tab
40+
* remove warning when the config file is explicitly stdin
41+
* rules: support inverted path match
42+
4. Documentation
43+
* `mnd`: clarify ignore usage examples to be regexps
44+
* `tagliatelle`: update documentation
45+
* improve features section
46+
* update supported Go versions FAQ
47+
448
### v1.52.2
549

650
1. updated linters

assets/github-action-config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.52.2",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.2/golangci-lint-1.52.2-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.53.0",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.0/golangci-lint-1.53.0-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"
@@ -181,6 +181,10 @@
181181
"TargetVersion": "v1.52.2",
182182
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.2/golangci-lint-1.52.2-linux-amd64.tar.gz"
183183
},
184+
"v1.53": {
185+
"TargetVersion": "v1.53.0",
186+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.0/golangci-lint-1.53.0-linux-amd64.tar.gz"
187+
},
184188
"v1.6": {
185189
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
186190
},

0 commit comments

Comments
 (0)