From b20759833c1d9974349b26b800c545b925ccb771 Mon Sep 17 00:00:00 2001 From: GolangCI-Lint Releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:10:44 +0200 Subject: [PATCH 1/2] docs: update GitHub Action assets (#5764) --- assets/github-action-config-v2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/github-action-config-v2.json b/assets/github-action-config-v2.json index 99f2a6f8b3c9..21655966a391 100644 --- a/assets/github-action-config-v2.json +++ b/assets/github-action-config-v2.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v2.1.3" + "TargetVersion": "v2.1.4" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v2.0.0 and later versions" @@ -193,7 +193,7 @@ "TargetVersion": "v2.0.2" }, "v2.1": { - "TargetVersion": "v2.1.3" + "TargetVersion": "v2.1.4" } } } From 8c14421d29bd005dee63044d07aa897b7d1bf8b0 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Thu, 24 Apr 2025 21:22:31 +0200 Subject: [PATCH 2/2] chore: prepare release (#5765) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe75cef256a..c0d05c10ac45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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) +### v2.1.5 + +Due to an error related to Snapcraft, some artifacts of the v2.1.4 release have not been published. + +This release contains the same things as v2.1.3. + ### v2.1.4 Due to an error related to Snapcraft, some artifacts of the v2.1.3 release have not been published.