feat(release): Update metadata for golangci-lint-action (#1467)

This commit is to update metadata for golangci-lint-action after 1.32.0
release.

NOTE: Once #1208 is resolved, this step will be automated

Relates #1208

Signed-off-by: Tam Mach <sayboras@yahoo.com>
This commit is contained in:
Tam Mach 2020-10-26 08:35:31 +11:00 committed by GitHub
parent 9d557ed40e
commit 8071657698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.31.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.31.0/golangci-lint-1.31.0-linux-amd64.tar.gz"
"TargetVersion": "v1.32.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.0/golangci-lint-1.32.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"
@ -91,6 +91,10 @@
"TargetVersion": "v1.31.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.31.0/golangci-lint-1.31.0-linux-amd64.tar.gz"
},
"v1.32": {
"TargetVersion": "v1.32.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.0/golangci-lint-1.32.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"
},