diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index 32fe14b58fb6..596dfd69ba75 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -188,6 +188,9 @@ }, "v1.9": { "Error": "golangci-lint version 'v1.9' isn't supported: we support only v1.28.3 and later versions" + }, + "v2.0": { + "Error": "golangci-lint version 'v2.0' isn't supported: only v1 versions are supported" } } } diff --git a/assets/github-action-config-v2.json b/assets/github-action-config-v2.json index 31f0ddb3fab0..bbcfdfbc30b9 100644 --- a/assets/github-action-config-v2.json +++ b/assets/github-action-config-v2.json @@ -1,6 +1,8 @@ { "MinorVersionToConfig": { - "latest": {}, + "latest": { + "TargetVersion": "v2.0.0" + }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v2.0.0 and later versions" }, @@ -186,6 +188,9 @@ }, "v1.9": { "Error": "golangci-lint version 'v1.9' isn't supported: we support only v2.0.0 and later versions" + }, + "v2.0": { + "TargetVersion": "v2.0.0" } } } diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 32fe14b58fb6..596dfd69ba75 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -188,6 +188,9 @@ }, "v1.9": { "Error": "golangci-lint version 'v1.9' isn't supported: we support only v1.28.3 and later versions" + }, + "v2.0": { + "Error": "golangci-lint version 'v2.0' isn't supported: only v1 versions are supported" } } }