From c6ea7c33181422bd3dd63c7cbe43e112189361c5 Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:10:38 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- assets/github-action-config-v1.json | 4 ++-- assets/github-action-config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index e5d182ffc817..32fe14b58fb6 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.64.7" + "TargetVersion": "v1.64.8" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions" @@ -178,7 +178,7 @@ "TargetVersion": "v1.63.4" }, "v1.64": { - "TargetVersion": "v1.64.7" + "TargetVersion": "v1.64.8" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions" diff --git a/assets/github-action-config.json b/assets/github-action-config.json index e5d182ffc817..32fe14b58fb6 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.64.7" + "TargetVersion": "v1.64.8" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions" @@ -178,7 +178,7 @@ "TargetVersion": "v1.63.4" }, "v1.64": { - "TargetVersion": "v1.64.7" + "TargetVersion": "v1.64.8" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions" From 37622f8f6f8f6b2432781c9aa4657fb0cf79b27e Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 17 Mar 2025 22:12:14 +0100 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af68c66e714..e633c1509c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ If you value it, consider supporting us, we appreciate it! ❤️ [![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint) [![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci) +### v1.64.8 + +* Detects use pf configuration files from golangci-lint v2 + ### v1.64.7 1. Linters bug fixes