From f3e476ccb81d68ecf975b7140a9d32145654f414 Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:24:29 +0000 Subject: [PATCH] [create-pull-request] automated change --- assets/github-action-config-v1.json | 3 +++ assets/github-action-config-v2.json | 5 ++++- assets/github-action-config.json | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index 596dfd69ba75..28c21d7b0786 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -191,6 +191,9 @@ }, "v2.0": { "Error": "golangci-lint version 'v2.0' isn't supported: only v1 versions are supported" + }, + "v2.1": { + "Error": "golangci-lint version 'v2.1' 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 8ef161513b62..a0a27322f486 100644 --- a/assets/github-action-config-v2.json +++ b/assets/github-action-config-v2.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v2.0.2" + "TargetVersion": "v2.1.0" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v2.0.0 and later versions" @@ -191,6 +191,9 @@ }, "v2.0": { "TargetVersion": "v2.0.2" + }, + "v2.1": { + "TargetVersion": "v2.1.0" } } } diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 596dfd69ba75..28c21d7b0786 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -191,6 +191,9 @@ }, "v2.0": { "Error": "golangci-lint version 'v2.0' isn't supported: only v1 versions are supported" + }, + "v2.1": { + "Error": "golangci-lint version 'v2.1' isn't supported: only v1 versions are supported" } } }