Skip to content

Commit e89b55c

Browse files
docs: update GitHub Action assets (#4708)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent dc28153 commit e89b55c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22

33
There is the most valuable changes log:
44

5+
### v1.58.1
6+
7+
1. Updated linters
8+
* `tagalign`: from 1.3.3 to 1.3.4
9+
* `protogetter`: from 0.3.5 to 0.3.6
10+
* `gochecknoinits`: fix analyzer name
11+
2. Fixes
12+
* Restores previous `gihub-actions` output format (removes GitHub Action problem matchers)
13+
514
### v1.58.0
615

716
1. New linters

assets/github-action-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.58.0",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.0-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.58.1",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.1/golangci-lint-1.58.1-linux-amd64.tar.gz"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -202,8 +202,8 @@
202202
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.57.2/golangci-lint-1.57.2-linux-amd64.tar.gz"
203203
},
204204
"v1.58": {
205-
"TargetVersion": "v1.58.0",
206-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.0-linux-amd64.tar.gz"
205+
"TargetVersion": "v1.58.1",
206+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.58.1/golangci-lint-1.58.1-linux-amd64.tar.gz"
207207
},
208208
"v1.6": {
209209
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)