mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-06 19:39:19 -04:00
docs: update GitHub Action assets (#4553)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
cd890db217
commit
0db9de7dfd
2 changed files with 9 additions and 4 deletions
|
@ -2,6 +2,11 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
|
|||
|
||||
There is the most valuable changes log:
|
||||
|
||||
### v1.57.1
|
||||
|
||||
1. Fixes:
|
||||
* Ignore issues with invalid position (e.g. `contextcheck`).
|
||||
|
||||
### v1.57.0
|
||||
|
||||
1. New linters
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"MinorVersionToConfig": {
|
||||
"latest": {
|
||||
"TargetVersion": "v1.57.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.0/golangci-lint-1.57.0-linux-amd64.tar.gz"
|
||||
"TargetVersion": "v1.57.1",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.1/golangci-lint-1.57.1-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.10": {
|
||||
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
|
||||
|
@ -198,8 +198,8 @@
|
|||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.57": {
|
||||
"TargetVersion": "v1.57.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.0/golangci-lint-1.57.0-linux-amd64.tar.gz"
|
||||
"TargetVersion": "v1.57.1",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.1/golangci-lint-1.57.1-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.6": {
|
||||
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue