Skip to content

Commit

Permalink
docs: update GitHub Action assets (#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
golangci-releaser committed May 3, 2024
1 parent 28b3813 commit ab1bd94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.57.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.2/golangci-lint-1.57.2-linux-amd64.tar.gz"
"TargetVersion": "v1.58.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.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"
Expand Down Expand Up @@ -201,6 +201,10 @@
"TargetVersion": "v1.57.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.2/golangci-lint-1.57.2-linux-amd64.tar.gz"
},
"v1.58": {
"TargetVersion": "v1.58.0",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.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"
},
Expand Down

0 comments on commit ab1bd94

Please sign in to comment.