mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-07 20:09:28 -04:00
docs: update GitHub Action assets
This commit is contained in:
parent
ddc703dd93
commit
023d78b94f
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"MinorVersionToConfig": {
|
||||
"latest": {
|
||||
"TargetVersion": "v1.56.2",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"
|
||||
"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"
|
||||
},
|
||||
"v1.10": {
|
||||
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
|
||||
|
@ -197,6 +197,10 @@
|
|||
"TargetVersion": "v1.56.2",
|
||||
"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"
|
||||
},
|
||||
"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