docs: update GitHub Action assets (#4999)

This commit is contained in:
golangci-releaser 2024-09-09 21:11:09 +03:00 committed by GitHub
parent a1d6c560de
commit a15f9d95b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.60.3",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz"
"TargetVersion": "v1.61.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.61.0/golangci-lint-1.61.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"
@ -216,6 +216,10 @@
"TargetVersion": "v1.60.3",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz"
},
"v1.61": {
"TargetVersion": "v1.61.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.61.0/golangci-lint-1.61.0-linux-amd64.tar.gz"
},
"v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"
},