Skip to content

Commit b59bd60

Browse files
docs: update GitHub Action assets (#5408)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 04aec4f commit b59bd60

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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.4
11+
12+
1. Linters bug fixes
13+
* `gci`: fix standard packages list for go1.24
14+
1015
### v1.64.3
1116

1217
1. Linters bug fixes

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.3"
4+
"TargetVersion": "v1.64.4"
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.3"
181+
"TargetVersion": "v1.64.4"
182182
},
183183
"v1.7": {
184184
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"

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.3"
4+
"TargetVersion": "v1.64.4"
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.3"
181+
"TargetVersion": "v1.64.4"
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)