From e89b55c01538a1ce13f8c3666d5bc8cccada0bdf Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Wed, 8 May 2024 22:16:12 +0300 Subject: [PATCH] docs: update GitHub Action assets (#4708) Co-authored-by: Fernandez Ludovic --- CHANGELOG.md | 9 +++++++++ assets/github-action-config.json | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c676a80c60b3..adb485dec99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) There is the most valuable changes log: +### v1.58.1 + +1. Updated linters + * `tagalign`: from 1.3.3 to 1.3.4 + * `protogetter`: from 0.3.5 to 0.3.6 + * `gochecknoinits`: fix analyzer name +2. Fixes + * Restores previous `gihub-actions` output format (removes GitHub Action problem matchers) + ### v1.58.0 1. New linters diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 18bc5410de28..4d2c41dd2867 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.58.0", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.0-linux-amd64.tar.gz" + "TargetVersion": "v1.58.1", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.1/golangci-lint-1.58.1-linux-amd64.tar.gz" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" @@ -202,8 +202,8 @@ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.2/golangci-lint-1.57.2-linux-amd64.tar.gz" }, "v1.58": { - "TargetVersion": "v1.58.0", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.0-linux-amd64.tar.gz" + "TargetVersion": "v1.58.1", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.1/golangci-lint-1.58.1-linux-amd64.tar.gz" }, "v1.6": { "Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"