Update assets for v1.30.0 (#1283)

This commit is contained in:
Sergey Vilgelm 2020-08-02 22:36:14 -05:00 committed by GitHub
parent 45b90f6c7f
commit 0d2da56da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
},