diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index 9ca1dd8c8d99..f7679ce2e4df 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -197,6 +197,9 @@ }, "v2.2": { "Error": "golangci-lint version 'v2.2' isn't supported: only v1 versions are supported" + }, + "v2.3": { + "Error": "golangci-lint version 'v2.3' 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 01c492ffb13e..a545a402b48b 100644 --- a/assets/github-action-config-v2.json +++ b/assets/github-action-config-v2.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v2.2.2" + "TargetVersion": "v2.3.0" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v2.0.0 and later versions" @@ -197,6 +197,9 @@ }, "v2.2": { "TargetVersion": "v2.2.2" + }, + "v2.3": { + "TargetVersion": "v2.3.0" } } } diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 9ca1dd8c8d99..f7679ce2e4df 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -197,6 +197,9 @@ }, "v2.2": { "Error": "golangci-lint version 'v2.2' isn't supported: only v1 versions are supported" + }, + "v2.3": { + "Error": "golangci-lint version 'v2.3' isn't supported: only v1 versions are supported" } } }