Skip to content

Commit

Permalink
docs: update GitHub Action assets (#4708)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
golangci-releaser and ldez committed May 8, 2024
1 parent dc28153 commit e89b55c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e89b55c

Please sign in to comment.