From 858cdf5b3177fcd989609d53b07cc388839e1460 Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:23:43 +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 10dba0e95ad2..031eb7208788 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.64.3" + "TargetVersion": "v1.64.4" }, "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.3" + "TargetVersion": "v1.64.4" }, "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 10dba0e95ad2..031eb7208788 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.64.3" + "TargetVersion": "v1.64.4" }, "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.3" + "TargetVersion": "v1.64.4" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions" From 4f9d5b6c5df7d3fe2337b4ff1f2c96c5a6c86c30 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 12 Feb 2025 23:25:32 +0100 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8a98ba8aea..556c6f52e36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ 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.4 + +1. Linters bug fixes + * `gci`: fix standard packages list for go1.24 + ### v1.64.3 1. Linters bug fixes