Skip to content

Commit db881be

Browse files
committed
docs: Update documentation and assets
1 parent 59a7aaf commit db881be

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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.2
5+
6+
1. updated linters
7+
* `depguard`: from v2.0.1 to 2.1.0
8+
2. misc.
9+
* `depguard`: throw error only when the linter is called
10+
411
### v1.53.1
512

613
1. misc.

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.53.1",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.1/golangci-lint-1.53.1-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.53.2",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.2/golangci-lint-1.53.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"
@@ -182,8 +182,8 @@
182182
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.52.2/golangci-lint-1.52.2-linux-amd64.tar.gz"
183183
},
184184
"v1.53": {
185-
"TargetVersion": "v1.53.1",
186-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.1/golangci-lint-1.53.1-linux-amd64.tar.gz"
185+
"TargetVersion": "v1.53.2",
186+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.2/golangci-lint-1.53.2-linux-amd64.tar.gz"
187187
},
188188
"v1.6": {
189189
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)