diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index 84fc2c988b2c..1d9f17bb02ea 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -209,6 +209,9 @@ }, "v2.6": { "Error": "golangci-lint version 'v2.6' isn't supported: only v1 versions are supported" + }, + "v2.7": { + "Error": "golangci-lint version 'v2.7' 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 3c7a4e510d67..3d3e4f1f3c6c 100644 --- a/assets/github-action-config-v2.json +++ b/assets/github-action-config-v2.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v2.6.2" + "TargetVersion": "v2.7.0" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v2.0.0 and later versions" @@ -209,6 +209,9 @@ }, "v2.6": { "TargetVersion": "v2.6.2" + }, + "v2.7": { + "TargetVersion": "v2.7.0" } } } diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 84fc2c988b2c..1d9f17bb02ea 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -209,6 +209,9 @@ }, "v2.6": { "Error": "golangci-lint version 'v2.6' isn't supported: only v1 versions are supported" + }, + "v2.7": { + "Error": "golangci-lint version 'v2.7' isn't supported: only v1 versions are supported" } } }