Skip to content

Commit

Permalink
docs: update GitHub Action assets (#5408)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
golangci-releaser and ldez authored Feb 12, 2025
1 parent 04aec4f commit b59bd60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.64.4

1. Linters bug fixes
* `gci`: fix standard packages list for go1.24

### v1.64.3

1. Linters bug fixes
Expand Down
4 changes: 2 additions & 2 deletions assets/github-action-config-v1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.64.3"
"TargetVersion": "v1.64.4"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
Expand Down Expand Up @@ -178,7 +178,7 @@
"TargetVersion": "v1.63.4"
},
"v1.64": {
"TargetVersion": "v1.64.3"
"TargetVersion": "v1.64.4"
},
"v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
Expand Down
4 changes: 2 additions & 2 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.64.3"
"TargetVersion": "v1.64.4"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
Expand Down Expand Up @@ -178,7 +178,7 @@
"TargetVersion": "v1.63.4"
},
"v1.64": {
"TargetVersion": "v1.64.3"
"TargetVersion": "v1.64.4"
},
"v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
Expand Down

0 comments on commit b59bd60

Please sign in to comment.