Skip to content

Commit 0db9de7

Browse files
docs: update GitHub Action assets (golangci#4553)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent cd890db commit 0db9de7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22

33
There is the most valuable changes log:
44

5+
### v1.57.1
6+
7+
1. Fixes:
8+
* Ignore issues with invalid position (e.g. `contextcheck`).
9+
510
### v1.57.0
611

712
1. New linters

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.57.0",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.0/golangci-lint-1.57.0-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.57.1",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.1/golangci-lint-1.57.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"
@@ -198,8 +198,8 @@
198198
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
199199
},
200200
"v1.57": {
201-
"TargetVersion": "v1.57.0",
202-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.0/golangci-lint-1.57.0-linux-amd64.tar.gz"
201+
"TargetVersion": "v1.57.1",
202+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.1/golangci-lint-1.57.1-linux-amd64.tar.gz"
203203
},
204204
"v1.6": {
205205
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)