Skip to content

Commit 2691aac

Browse files
docs: update GitHub Action assets (#5573)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 8b37f14 commit 2691aac

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ If you value it, consider supporting us, we appreciate it! ❤️
77
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
88
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
99

10+
### v1.64.8
11+
12+
* Detects use pf configuration files from golangci-lint v2
13+
1014
### v1.64.7
1115

1216
1. Linters bug fixes

Diff for: assets/github-action-config-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.64.7"
4+
"TargetVersion": "v1.64.8"
55
},
66
"v1.10": {
77
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
@@ -178,7 +178,7 @@
178178
"TargetVersion": "v1.63.4"
179179
},
180180
"v1.64": {
181-
"TargetVersion": "v1.64.7"
181+
"TargetVersion": "v1.64.8"
182182
},
183183
"v1.7": {
184184
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"

Diff for: assets/github-action-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.64.7"
4+
"TargetVersion": "v1.64.8"
55
},
66
"v1.10": {
77
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
@@ -178,7 +178,7 @@
178178
"TargetVersion": "v1.63.4"
179179
},
180180
"v1.64": {
181-
"TargetVersion": "v1.64.7"
181+
"TargetVersion": "v1.64.8"
182182
},
183183
"v1.7": {
184184
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"

0 commit comments

Comments
 (0)