From 2409b1e26d38d34a148692743b33eacb6f2a666d Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:12:08 +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 37c52fbae916..529587f118e6 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.63.3", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.3/golangci-lint-1.63.3-linux-amd64.tar.gz" + "TargetVersion": "v1.63.4", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.4/golangci-lint-1.63.4-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.3", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.3/golangci-lint-1.63.3-linux-amd64.tar.gz" + "TargetVersion": "v1.63.4", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.63.4/golangci-lint-1.63.4-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 49eb3f2016f22c6383bae01e76d21a4e96a53dd6 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 3 Jan 2025 21:16:45 +0100 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272463a8247a..86c3c9775a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +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) -### v1.63.2 +### v1.63.4 + +1. Linters bug fixes + * `dupl`, `gomodguard`, `revive`: keep only Go-files. + +### v1.63.3 1. Linters bug fixes * `gofmt`, `gofumpt`, `goimports`, `gci`: panic with several trailing EOL