mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Update assets for v1.30.0 (#1283)
This commit is contained in:
parent
45b90f6c7f
commit
0d2da56da5
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"MinorVersionToConfig": {
|
||||
"latest": {
|
||||
"TargetVersion": "v1.29.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.29.0/golangci-lint-1.29.0-linux-amd64.tar.gz"
|
||||
"TargetVersion": "v1.30.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.30.0/golangci-lint-1.30.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"
|
||||
|
@ -83,6 +83,10 @@
|
|||
"v1.3": {
|
||||
"Error": "golangci-lint version 'v1.3' isn't supported: we support only v1.14.0 and later versions"
|
||||
},
|
||||
"v1.30": {
|
||||
"TargetVersion": "v1.30.0",
|
||||
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.30.0/golangci-lint-1.30.0-linux-amd64.tar.gz"
|
||||
},
|
||||
"v1.4": {
|
||||
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue