From 10598011edf5753e5ba9d10309f025e3107a7d34 Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:33:07 +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 1873175b0023..cc3c65f7189a 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -203,6 +203,9 @@ }, "v2.4": { "Error": "golangci-lint version 'v2.4' isn't supported: only v1 versions are supported" + }, + "v2.5": { + "Error": "golangci-lint version 'v2.5' 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 121eaf536b1e..5d3ac85eb165 100644 --- a/assets/github-action-config-v2.json +++ b/assets/github-action-config-v2.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v2.4.0" + "TargetVersion": "v2.5.0" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v2.0.0 and later versions" @@ -203,6 +203,9 @@ }, "v2.4": { "TargetVersion": "v2.4.0" + }, + "v2.5": { + "TargetVersion": "v2.5.0" } } } diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 1873175b0023..cc3c65f7189a 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -203,6 +203,9 @@ }, "v2.4": { "Error": "golangci-lint version 'v2.4' isn't supported: only v1 versions are supported" + }, + "v2.5": { + "Error": "golangci-lint version 'v2.5' isn't supported: only v1 versions are supported" } } }