From 5d65e0ec759aafba847c33a78d89d852e0c6f048 Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:05:40 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- assets/github-action-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/github-action-config.json b/assets/github-action-config.json index eb45dbc14b68..32a9ae24b15b 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.63.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.1/golangci-lint-1.63.1-linux-amd64.tar.gz" + "TargetVersion": "v1.63.2", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.2/golangci-lint-1.63.2-linux-amd64.tar.gz" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" @@ -225,8 +225,8 @@ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.62.2/golangci-lint-1.62.2-linux-amd64.tar.gz" }, "v1.63": { - "TargetVersion": "v1.63.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.1/golangci-lint-1.63.1-linux-amd64.tar.gz" + "TargetVersion": "v1.63.2", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.2/golangci-lint-1.63.2-linux-amd64.tar.gz" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions" From dfe24c17b34ca685320085c1ba879da9c7cb6e33 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 2 Jan 2025 14:21:27 +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 1954497a8e32..f96a5768ab03 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.63.2 + +1. Linters bug fixes + * `gofmt`, `gofumpt`, `goimports`, `gci`: panic with missing trailing EOL + ### v1.63.1 1. Linters bug fixes