Skip to content

docs: update GitHub Action assets #5573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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.8

* Detects use pf configuration files from golangci-lint v2

### v1.64.7

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.7"
"TargetVersion": "v1.64.8"
},
"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.7"
"TargetVersion": "v1.64.8"
},
"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.7"
"TargetVersion": "v1.64.8"
},
"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.7"
"TargetVersion": "v1.64.8"
},
"v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
Expand Down
Loading